AgP42 / MMM-SmartWebDisplay

The `MMM-SmartWebDisplay` module is for MagicMirror². It allow to display any web content to your MagicMirror.
60 stars 15 forks source link

Refresh/Display not working #31

Open SCHokie opened 2 years ago

SCHokie commented 2 years ago

I use the module to display a simple web page that shows what Music is playing on my media server; when no music is playing the page is totally blank/transparent, and when it is playing it simply displays the artist, song title, time remaining and a thumbnail of the album cover. This worked perfectly for maybe the last 12 months or more, but stopped working sometime in the last 2 months or so. Once music starts, the iFrame does not refresh and display the "Now Playing" data. If music is already playing and I reboot the MM, it will load the then-playing music data at start-up, but does not change/refresh when the song changes or music stops. (If I load and monitor the same webpage/URL in the chrome browser on a PC, it starts/displays/stops perfectly and updates perfectly.) I have updateInterval=0 (same as when working) and have tried moving it to like every 5 seconds, but it still just refreshes-and-freezes vs. showing the time remaining counting down second-by-second as it did before (and does when viewing in a browser.) Any ideas or additional data I can provide to help sort? Was there an update to the module and maybe an older version I can deprecate to?

Thanks in-advance for the assist.