Read the statement by Michael Teeuw here.
MagicMirror is hanging over night
-
Edit:
I found a solution for me. I have generated a daily task with crontab (https://www.raspberrypi.org/documentation/linux/usage/cron.md), which restarts the MagicMirror with pm2 restart MagicMirror.sh every morning at 5 o’clock.
open crontab with crontab -e add 0 5 * * * pm2 restart MagicMirror.sh to the end off the file.
-
I had the same Problem. I disabled all Modules and Test which one make the problems. It was the Google Maps Traffic Module.
-
@pakmann Thank you for testing and sharing your results. I already had the suspicion that it was the MMM-GoogleMapsTraffic module as it was used by a lot of users that faced the very same problem.
-
Hi I’ve had/have the same problem with MMM-GoogleMapTraffic module I think it uses too much ram, I’ve got a cron to run every 12hrs to get round it
-
i use also the GoogleMapsTrafficModule…
-
@skorpionbird after about 12hours memory says it’s only got 2/3 percent left so I suspect it to be a memory leak issue with module as when MM first starts it says I have 32-38 percent ram free