Closed brayStorm closed 2 months ago
Do you have a screensaver already set up in HA? On 16 Aug 2024 at 3:26 PM +0100, brayStorm @.***>, wrote:
I have this all set up and working perfect. Does anyone have any examples on how to make this pop up as a screensaver? Wallpanel doesn't allow me to have a pop-up webpage, and I'm struggling getting it to work right. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
I figured it out with wallpanel.
wallpanel:
enabled: true
image_fit: cover
idle_time: 10
screensaver_entity: input_boolean.kiosk
screensaver_stop_navigation_path: /dashboard-kiosk
fullscreen: true
display_time: 86400
image_url: >-
http://{immich-kiosk-url}?image_fit=cover&transition=fade&person=PERSON_1_ID&person=PERSON_2_ID
cards:
- type: vertical-stack
cards:
- type: custom:weather-card
details: true
forecast: true
hourly_forecast: false
name: Weather
entity: weather.pirateweather
current: true
number_of_forecasts: '6'
- type: custom:horizon-card
darkMode: true
showAzimuth: true
showElevation: true
If you have the time I would really appreciate this example being added to the examples in the README or possibly a FAQ? No worries if you don't though 😊
Done!
I have this all set up and working perfect. Does anyone have any examples on how to make this pop up as a screensaver? Wallpanel doesn't allow me to have a pop-up webpage, and I'm struggling getting it to work right.