Hi, Appeciate this may be a pretty basic request but how do you turn OFF the screensaver. I just wannted to lose top and sidebars only.
Set idle_time = 0
to disable the screensaver.
Thanks. That did it.
Hi @mr_home-assitant do you get the pictures changing after the screen saver loads from unsplash? I have the same issue. The screen saver loads but the pictures don’t change. I used your same code that you posted here. Did you make any changes to that code? I am using the fully kiosk browser
No worries, got it to work. Added &sig=${timestamp} at the end of the URL, it worked.
that’s what the docs say
Hey guys just wondering if any of you know how to remove the card outline?
Even if I set it transparent its still visible
Thanks
Thanks
I’m having the same problem as well. I can’t even get it to work with this minimal config.
I’ve added it on top of every other code in the dashboard yaml and it just won’t activate. Not in browser, not in the macbook app and not in fully kiosk…
I also can’t seem to find any trace of it in the main logbook?
I’ve gone and hidden both the side bar and top panel and put enabled wallpanel, without including info about devices. Now I can’t edit the dashboard because it goes into fullscreen mode too quickly and then I can’t edit because the top panel is hidden.
Thoughts?
Another question.
Have you thought of adding capabilities by user type as is used in Kiosk? GitHub - maykar/kiosk-mode: 🙈 Hides the Home Assistant header and/or sidebar
For example:
kiosk_mode:
non_admin_settings:
hide_header: true
ignore_entity_settings: true
As I recall, in the web browser, I just hit F11 to toggle full screen and then in the address bar added ‘?edit=1’ to the end of the URL to get it into the edit mode.
I solved it by including the query string on the URL as per the documentation.
you can do this by adding this to the end of the url of your subview
?wp_enabled=false
Has anyone figured out how to make the screensaver load photos from their own online album (e.g. google photos) without having to copy them locally?
You’ve managed more than me… I can’t even get the transparent to work!
No, Google Photos is not supported directly.
You can use rclone to sync the photos to your HA device. Please see https://github.com/j-a-n/lovelace-wallpanel/issues/19 for details.
In one of the last HA versions there was a change here.
Now you need to add '--ha-card-border-width': 0px
to your style config.
For example:
style:
wallpanel-screensaver-info-box:
'--wp-card-width': 450px
background-color: '#00000099'
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)
wallpanel-screensaver-info-box-content:
'--ha-card-background': none
'--ha-card-box-shadow': none
'--ha-card-border-width': 0px
'--primary-background-color': '#111111'
'--secondary-background-color': '#202020'
'--primary-text-color': '#e1e1e1'
'--secondary-text-color': '#9b9b9b'
Hello and thank you I love it!
Is there a way to disable the card? I just want the pictures.
Thanks! You can just set the following in your dashboard config:
wallpanel:
cards: []
Love this addon! Thanks for the great efforts
There’s just one thing I can’t get my head around. Is it possible to have two columns next to each other using the full width of the screen? Put differently, both columns having 50% of the screen width.
I did manage to get several columns next to each other, but the combination of these three columns filled only 50% of the full width of the screen, which makes it unreadable. Many thanks in advance for your support!