Read the statement by Michael Teeuw here.
MM freeze over night
-
I now have a clean OS installation and a clean MM installation. Stopped MM with
pm2 stop MagicMirror
and see, what it is doing over night.
-
@MajorC which modules are you running? I had that with conflicting modules and activated one by one to find the culprit. It was a Google maps module in my case.
-
@Fozi
Good morning, with a clean OS and a clean but stopped MagicMirror my Raspberry ran for 48h without any freeze or wifi problem or what so ever. Even after the 48h I could access the OS via SSH.Now I rebooted the system, MagicMirror with only the default modules without any changes are running. Let’s see what is in the log’s after 48h.
I am still looking for help, where I can find the right logs to look into.
Thank you.
-
@MajorC pm2 Logs can be found @
/home/pi/.pm2/logs
npm Logs @
/home/pi/.npm/_logs
different system logs @
/var/log
you can install the following module for better logging:
https://github.com/shbatm/MMM-Logging
-
My MM was running now for 48h without freezing. I don’t know what happened the last couple of times. Thank you to @Tribun ! I checked all the logs and found no problem. I will now start to install the first modules and see what’s going on.