Hello
I don’t know if this is the right way to ask a question, but I don’t know where else to do it so I’ll take my chances and hope for the best.
The first thing I wonder is how do I change the appearance of the “wallpanel-screensaver-info-box”? I’ve found information and code samples on the github page, but I don’t know where to put it to make this happen. I think I’ve tried so many ways without success, so now I’m trying to get help with this here. How do I make the background transparent, for example?
Regards, Peter
I’m using this in combination with fully-kiosk to get a hall-mounted tablet to play a lovelace card when someone walks up to it. It works great and was easy to setup. I simply installed it and added the following to my lovelace config yaml:
I am experimenting with this and so far like it. By default it is showing the weather forecast, I’d like to add a clock as well. My code is below but the clock is not showing, any help appreciated.
Not sure if this is possible, as it is not stated in the documentation, but is it also possible to use another local folder aside from /media to use in the image_url?
I have the images in the config/www/chromecast/ so I can use them in image cards elsewhere in Home Assistant. I’m not sure though how to format the YAML such that wallpanel uses the images in this folder too.
My current dashboard configuration (the wallpanel section) looks like this:
Edit:
I’ve managed to solve this. After mounting the chromecast folder as a volume in my docker-compose.yml I was able to declare it as a media_dirs in configuration.yaml. Since it now shows up in the media browser, wallpanel is able to use the pictures from this folder
When someone ring my doorbell I get a popup (browser_mod.popup) on my tablet with the bell image, however when the wallpanel is active the popup appears below the Wallpanel image (I have to touch the tablet screen to see the popup). Is there any way to disable the wallpanel by calling a function through an automation? I accept suggestions…