j-a-n / lovelace-wallpanel

🖼️ Wall panel mode and photo screensaver for your Home Assistant Dashboards
GNU General Public License v3.0
486 stars 44 forks source link

Goes back and forth between just two images #303

Closed johnsturgeon closed 1 week ago

johnsturgeon commented 1 week ago

I've just added this add on and it's strange that when I load the dashboard, it just goes back and forth between two images, but if I tab away, then back, it loads more images, but eventually just goes back and forth between two again.

Here is my yaml

wallpanel:
  enabled: true
  hide_toolbar: false
  hide_sidebar: false
  fullscreen: false
  idle_time: 1
  image_url: media-source://media_source/local/TrueNAS/Photos/Publish To Nixplay/Home
  image_list_update_interval: 60
  image_order: random
  display_time: 6
  crossfade_time: 1
  cards: []
  debug: true
j-a-n commented 1 week ago

Hello! Any errors in the browser console (F12)? What is the behavior when you set image_order: sorted?

johnsturgeon commented 1 week ago

No errors on the browser console, however, after an HA reboot, the problem seems to have fixed itself. No clue why it was happening though