The only difference I can spot that may be the problem, is that your url is encased in apostropheās. Thatās the only difference with my configuration at least. (For me, the images are located in local media/cast pictures, there not being any subfolders.) Hopefully it helps!
The name of the dashboard ? That is what I have now. Or do I need a different name such as the the title which is on top of the page (and could be seen as a tab)?
I canāt seem to understand how to change language for the geolocated city names in the exif info. They are now in English, Iād hope to change them to Swedish. Maybe this isnāt possible?
I followed the link you provided toLocaleDateString options
But I donāt get how to implement that code into YAML, if possible, could you provide an example?
Im having a slight issue with browser mod integration. I have added the lines you referenced in your instructions but i never end up with a input boolean. do i have to manually create the boolean or should it be generated when the configuration loads??
Still not getting the screensaver on my tablet (fully kiosk). After many tries I now get it starting on my MacBook. So that is already one step further. Now it would be nice if it also is going to work on the Lenovo Tablet.
Hello. Does anybody know why the wall panel changes the background image every 15s while I have the config as follows? Even if I remove/change parameter āimage_list_update_intervalā there is no difference.
Still looking for the setting which prevent the screensaver to run on the tablet. On my HA - pc screen it is working fine.
Might be missing a setting in this part of fully kiosk config?:
Still not getting this to work on my Lenovo tab M10. Anyone with the same tablet got this working?
After trying for days, it is driving me ā¦ and takes up to much time So Any help appreciated. Thanks
With the new subview option on dashboards, I am not getting the back button with Wall Panel enabled. Is that expected behavior? If so would it be possible to add a configuration to enable this?
What Iād really like is for the clock screensaver to display after ~20 seconds rather than a simply backscreen. Not sure how to do that within the config though.
K, Iāve gotten a bit closer but wow this is not what I expected.
Within my ā/config/configuration.yamlā Iāve added the followiing entry:
input_boolean:
screensaver_cd1234d56b78aa90:
name: āwallpanel_screensaver_livingroomā
initial: off
icon: mdi:view-dashboard-outline
This has added a helper which looks to be identical to me to the helper I added via the menu. But actually works.
Now within my page view config Iāve added:
screensaver_entity: input_boolean.screensaver_cd1234d56b78aa90
Finally it now looks like it will control turning off the screensave. Iāve still not go exactly where I want to be, but atleast the automation is now turning off the screensaver.