kolbyjack / MMM-Wallpaper

MagicMirror module to display wallpapers from various online sources
https://magicmirror.builders/
MIT License
99 stars 31 forks source link

Wallpapers stop updating #58

Closed r4zi3lrrr closed 2 years ago

r4zi3lrrr commented 2 years ago

Hi,

Has anyone had the issue where wallpapers stop changing on there Magic Mirror?

Getting my feed from Chromecast, seems to change and work as expected for a bit and then all together stops changing - and stays on one static wallpaper.

kolbyjack commented 2 years ago

I've never been able to reproduce this behavior myself, but it sounds like maybe you're having the same issue as #42. Can you try to follow the instructions in that thread and see if you have any failing requests?

PLinz93 commented 2 years ago

I have the same issue but only on the target not in the webserver. Can someone help to solve this problem?

wsc96 commented 2 years ago

I've experienced this too and think it is related to network hiccups (temporary wifi or Internet connection dropouts and in #42 perhaps temporary name resolution issues). I find if the network drops out, even after the network recovers then the images fail to update. Could be MM not handling the network hiccup or the Wallpaper module (I only run the wallpaper module) but it seems to die and not recover.

I'd like to test with an Ethernet connection but i'm not in a position to do that at the moment.

kolbyjack commented 2 years ago

Can you try latest master? I've made a change to use setInterval instead of setTimeout for the image load timer, at the very least, that should retry each slideInterval to load the next image, and shouldn't get stuck.

r4zi3lrrr commented 2 years ago

Sorry but how?

kolbyjack commented 2 years ago
cd ~/MagicMirror/modules/MMM-Wallpaper
git pull
wsc96 commented 2 years ago

I've updated and i'll keep an eye on it :)

wsc96 commented 2 years ago

Might be worse... it's hung already. Anything you'd like me to grab whilst it is hung?

kolbyjack commented 2 years ago

Ok, pull latest again, I think I've finally figured it out.

wsc96 commented 2 years ago

I've updated... see how we go :)

r4zi3lrrr commented 2 years ago

Thank you, will try  updating today.

⁣Get BlueMail for Android ​

On 23 Jan 2022, 17:22, at 17:22, Jon Kolb @.***> wrote:

cd ~/MagicMirror/modules/MMM-Wallpaper
git pull

-- Reply to this email directly or view it on GitHub: https://github.com/kolbyjack/MMM-Wallpaper/issues/58#issuecomment-1019529500 You are receiving this because you authored the thread.

Message ID: @.***>

PLinz93 commented 2 years ago

I have updated it. I will monitor it and let you know.

kolbyjack commented 2 years ago

Since you were all very prompt in reporting failures, I'll assume that this is fixed

wsc96 commented 2 years ago

Haha no issues here so far 👍🏼

PLinz93 commented 2 years ago

It is solved.

r4zi3lrrr commented 2 years ago

Looking good, thanks for resolving the issue. Really good module to have running.