Skip to content

YamlScreensaver3

olialb edited this page Jun 22, 2026 · 2 revisions

Card type screensaver2

A screensaver3 is similar to sceensaver. screensaver3 has bigger time and date and bigger icons but only 3 slots for waether forcasts.

Note: This card type is only supported in ticaki/ioBroker.nspanel-lovelace-ui for EU panels.

The screensaver3 card can have up to 4 slots

Slot number slot type default value optional / Mandetory Description
1 openwathermap empty O Current weather iormation. This slot is ignored!
2-4 openwathermap empty O 3 weather forcasts

image

Example yaml:

- name: testpanel.screensaver #name of the nspanel where this screensacer should be shown + ".screensaver" suffix
    type: screensaver3
    backgroundColor: #0f0f0f
    slots:
      - class: ohItem               #current weather (ignored)
        type: openweathermap
        item: W_IconID_0
        textItem: W_Temperatur_0
        timeItem: W_Messung_0
      - class: ohItem               #first weather forecast
        type: openweathermap
        item: W_IconID_3
        textItem: W_Temperatur_3
        timeItem: W_Messung_3
      - class: ohItem               #second weather forecast
        type: openweathermap
        item: W_IconID_6
        textItem: W_Temperatur_6
        timeItem: W_Messung_6
      - class: ohItem               #third weather forecast
        type: openweathermap
        item: W_IconID_9
        textItem: W_Temperatur_9
        timeItem: W_Messung_9

Clone this wiki locally