Wallpanel

Gismo

New member
Hallo Zusammen,

Ich bin neu hier habe aber gleich ein Anliegen bei dem mir hoffentlich jemand helfen kann.

Ich habe auf meinem FireTab 8 + 10 HA mit
Wallpanel installiert.
Soweit funktioniert auch alles ohne Probleme,
nur mit dem Anzeige der Infobox (Wetter und Digital Uhr) habe ich ein problem.
Ich möchte den Hintergrund wie in der Anleitung von Github wallpanel transparent machen aber egal was ich mache es funktioniert einfach nicht und es wird immer der Hintergrund des aktuellen Theme benutzt.
Hier mal meinen Code:

[
YAML:
wallpanel:
  enabled: true
  debug: false
  hide_toolbar: false
  hide_sidebar: false
  fullscreen: true
  idle_time: 10
  keep_screen_on_time: 86400
  control_reactivation_time: 1
  image_url: http://picsum.photos/${width}/${height}?random=${timestamp}
  image_fit: cover
  image_list_update_interval: 3600
  image_order: sorted
  image_excludes: []
  show_image_info: false
  fetch_address_data: true
  image_info_template: >-
    ${address.town|address.city!prefix=!suffix= //
 }${DateTimeOriginal!options=year:numeric,month:long}
  screensaver_entity: input_boolean.wallpanel_screensaver;
  info_animation_duration_x: 30
  info_animation_duration_y: 11
  info_animation_timing_function_x: ease-in-out
  info_animation_timing_function_y: ease-in-out
  info_move_pattern: random
  info_move_interval: 0
  info_move_fade_duration: 2
  card_interaction: true
  style:
  wallpanel-screensaver-info-box-content:
    '--ha-card-background': none
    '--ha-card-box-shadow': none
    '--ha-card-border-width': 0px
    '--primary-text-color': '#ffffff'
    '--secondary-text-color': '#dddddd'
    filter: >-
 drop-shadow(0px 0px 3px rgb(17, 17, 17)) drop-shadow(0px 0px 8px rgb(30,30, 30))
  cards:
    - type: custom:digital-clock
      dateFormat:
        weekday: long
        day: 2-digit
        month: short
      timeFormat:
        hour: 2-digit
        minute: 2-digit
    - type: weather-forecast
 entity: weather.forecast_home
show_forecast: true

Kann Mir da irgendjemand Helfen?

 
Zuletzt bearbeitet:

Zurzeit aktive Besucher

Keine Mitglieder online.

Letzte Anleitungen

Statistik des Forums

Themen
4.640
Beiträge
47.444
Mitglieder
4.288
Neuestes Mitglied
framp
Zurück
Oben