I am getting weather is undefined. where did you set your weather entity?
My time entity is the one I use in Home Assistant. Not what I did differently.
Just wanted to install this wallpanel but run into issues trying to add the custom repository:
Running the latest version of HA on Raspberry:
Core: 2024.8.1
Supervisor: 2024.08.0
Operating System: 12.4
Frontend: 20240809.0
HACS: 1.34.0
Does anybody have a solution to this? I really would like to use this to display Google Photos on my TV.
Installed it manually and got it partially working. I can show the cards, but the Google photos donāt show up (the background stays black). The code I have in the raw editor is:
wallpanel:
enabled: true
debug: true
hide_toolbar: true
hide_sidebar: true
fullscreen: true
image_fit: contain
image_url: media-entity://camera.google_photos_google_hub_media
show_progress_bar: true
idle_time: 0
image_list_update_interval: 30
views:
- title: Google Photos
cards:
What am I doing wrong? The Google Photos work when using it in a Picture entity Card.
Try image_url: >-
instead of image_url:
Nope, didnāt work sadly.
Update: I was under the assumption that the wallpanel starts immediately, but it doesnāt. It is like a screensaverā¦ I set the idle_time to 0.01 to make it work.
Seems to be running into issues one after another.
I now have the Wallpanel running as I want in my Chrome browser. However on my chromecast the screen goes black without displaying anything (even with debug on).
Anybody knows what the issue could be? (Have replaced the raw code with a very basic one but that didnāt help.
Hi. I canāt find the solution. I use wallpanel for my tablet and it works perfectly with full screen and everything but then I want to open it in my android phone and itās full screen unscrollable ā¦
How can I disable it if itās mobile phone?
Thanks,
I have separate dashboards for mobile and for tablet with wall panel only running on tablet
You can use profiles to enable wallpanel on individual devices. Please see:
wallpanel:
enabled: false
profiles:
device_xy:
enabled: true
Hi.
I want to use the wallpanel on my NS Panel Pro. And I want the time to be displayed as a screensaver that is always on. I was able to show the time, but the screensaver is fading out within a few minutes. I want it to stay there till the panel is touched. Furthermore, I also saw that the time is not perfectly centered (added picture).
Could anyone please advice about those 2 problems
Thanks a lot
wallpanel:
enabled: true
fullscreen: true
hide_sidebar: true
hide_toolbar: true
screensaver_stop_navigation_path: /dashboard-badkamer/0
idle_time: 10
fade_in_time: 2
keep_screen_on_time: 0
black_screen_after_time: 0
show-images: false
style:
wallpanel-screensaver-info-box:
margin-left: -30px
margin-top: -30px
font-weight: 600
cards:
- type: custom:mushroom-entity-card
entity: sensor.time
icon_type: none
primary_info: none
card_mod:
style:
mushroom-state-info$: |
.container {
align-items: center;
} .secondary {
--card-secondary-font-size: 150px; /* font size clock */
padding: 248px;
}
This is such a great addon - has been great on my tablet dashboard! Question - is there any way to get the weather card to align with the bottom-left corner of the screen, rather than top-left? Iāve tried so many ways and it doesnāt seem to do what I want. I havenāt been able to find the answer in the documentation. Appreciate any tips, thanks!
Hi, I need help, because Iām not able to bring the wallpanle to work.
I want to access my Photos-Folder of my synology NAS to play the photos randomly but all I get is the sign of broken image display (see att).
Attached my yaml-code:
wallpanel:
enabled: true
image_url: media-source://synology_dsm/<ser.no.>/0
image_order: random
show_images: true
image_list_update_interval: 3
fullscreen: false
idle_time: 1
What am I doing wrong. Can someone help me.
Thanks
Oliver
Hi all,
Sadly Iām still not able to solve this issue. I have created a separate dashboard with a 1 panel view. This view is being casted to the Chromecast but the Wallpanel screensaver just doesnāt start. If I open this dashboard in my browser the screensaver works like a charme.
Any ideas?
Hey there,
I Need helpā¦
How is the correct url to the Media folder in the left sideline?
I do have a Template Sensor, which should change the picture if Horizont changes.
In the actual Wall Panel confi.
There is
Image_url: /
This works, because in this folder only 1 Picture exist at the Moment.
But I want to have 2 now in the folder, because it should Change.
How is the correct path?
What I Need to enter instead of the ā/ā in image_url?
Herr my Sensor code.
Thank you!
{% set condition = states('sun.sun') %}
{% if condition == 'above_horizon' %}
/local/IMG_5602.jpeg
{% elif condition == 'below_horizon' %}
/local/IMG_4854.jpeg
{% else %}
/local/IMG_4852.jpeg
{% endif %}
Iām trying to follow the instructions to only enable WallPanel on my iPad in the companion app. I set up Browser Mod, added it as a device, but from here Iām lost.
I want WallPanel to be disabled for all devices/browsers EXCEPT my iPad companion app specifically. It seems the parent āenabled: falseā is overriding any specific profiles Iām trying to configure after it, even with an āenabled: trueā under that specific profile?
Can anyone tell me why the profiles and user.xyz based filter does not work in HA 2024.10.0? This is my config:
wallpanel:
enabled: true
debug: true
hide_sidebar: true
hide_toolbar: true
profiles:
user.xzy:
enabled: false
But if I sign in with user xzy the sidebar and the toolbar is missing.
What am I missing here?
Hoping someone might be able to help me out with the belowā¦
Im trying to have the weather conditions/temp on the left line up with the 'Welcome to Orangebark Loop and extend out to the right with words
But when the conditions are longer worded it extends out.
Thanks
- type: weather-forecast
entity: weather.home
name: ' '
card_mod:
style: |
ha-card {
text-align: right!important;
font-weight: 300!important;
background: transparent;
border: 0px;
color: rgb(255, 255, 255);
right: 208px;
bottom: -541px;
Not sure if its my fire tablets(wall Mounted) all the HA updates or what but i cant even run dashboard for more then a few hours and it kicks out to tablet OS. I am assuming its a fire tablet issue with some update but have been fighting this for weeks now. anyone else having this issue?
With Wall Panel 4.29.1 on HA 2024.10.0 (frontend 20241002.2), Iām trying to produce a grid layout like
badges (centered) | |
card 1 | card 2 |
But I canāt figure out how to target the div.badges
with grid style. I see from the docs that I can target individual badges with wp_style
but for the above I need to target their container.
Overall wall panel style:
seems to only allow targeting a set of known element IDs. wp_style (or card mod) can style cards. But there doesnāt seem to be a way to target the badges container.
Any ideas? Am I missing something?
This became easier with the latest wallpanel version 4.30.0. You can now use:
wallpanel:
enabled: false
device.<browser-id>:
enabled: true