Read the statement by Michael Teeuw here.
Something is wrong ....
-
Is it the same as my error?
https://forum.magicmirror.builders/topic/6181/mirror-turning-black-after-a-whileI do not have restarts of freezes, but everything turning black though. Can you reach your mirror through SSH after a freeze?
-
@retroflex , I can reach my mirror after freezing with VNC.
But the Jessie GUI is also frozen; time has stopped …
So maybe the problem is Jessie?
I use normal Jessie, not lite.
Peter -
@Peter said in Something is wrong ....:
So maybe the problem is Jessie?
I doubt very much that the problem is Jessie. It’s the most stable OS for MM that I’ve found, aside from ubuntu. If there was a problem with the installation of Jessie then that would be another matter completely.
Have you tried running just the default modules to see if the problem still occurs?
-
@Mykle1 , thanks.
I think that is the only way: start with the default modules and the rest one by one until the problem occurs.
Peter -
Had/Have the same problem. I just copied all modules and the config of my main running RPi 3.
I set up a RPi 2 with the copied files just for experimental usage. When i run up both at the same time my RPi 3 stops after a few minutes or 1-2 hours and put these errors:Tue Jan 16 2018 06:51:13 GMT+0100 (CET) - WatchDog: Heartbeat timeout. Frontend might have crashed. Exit now. fatal: unable to access 'https://github.com/MichMich/MMM-WatchDog.git/': SSL connection timeout fatal: unable to access 'https://github.com/vicmora/MMM-GoogleMapsTraffic.git/': SSL connection timeout fatal: unable to access 'https://github.com/mykle1/MMM-EasyPix/': SSL connection timeout fatal: unable to access 'https://github.com/Jopyth/MMM-Remote-Control.git/': SSL connection timeout fatal: unable to access 'https://github.com/vicmora/MMM-GoogleMapsTraffic.git/': SSL connection timeout fatal: unable to access 'https://github.com/Jopyth/MMM-Buttons.git/': SSL connection timeout fatal: unable to access 'https://github.com/mykle1/MMM-EasyPix/': SSL connection timeout fatal: unable to access 'https://github.com/paviro/MMM-Wunderlist.git/': SSL connection timeout fatal: unable to access 'https://github.com/eouia/MMM-Remote-Control-Repository/': SSL connection timeout fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCommute.git/': SSL connection timeout fatal: unable to access 'https://github.com/BenRoe/MMM-SystemStats/': SSL connection timeout fatal: unable to access 'https://github.com/ptrbld/MMM-Podcast.git/': SSL connection timeout fatal: unable to access 'https://github.com/cowboysdude/MMM-NOAA/': SSL connection timeout fatal: unable to access 'https://github.com/KirAsh4/calendar_monthly/': SSL connection timeout fatal: unable to access 'https://github.com/MichMich/MMM-WatchDog.git/': SSL connection timeout fatal: unable to access 'https://github.com/eouia/MMM-Remote-Control-Repository/': SSL connection timeout fatal: unable to access 'https://github.com/KirAsh4/calendar_monthly/': SSL connection timeout fatal: unable to access 'https://github.com/Tueti/MMM-MovieListings.git/': SSL connection timeout fatal: unable to access 'https://github.com/PtrBld/MMM-Scrobbler.git/': SSL connection timeout fatal: unable to access 'https://github.com/Jopyth/MMM-Remote-Control.git/': SSL connection timeout fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCalendar.git/': SSL connection timeout fatal: unable to access 'https://github.com/MichMich/MagicMirror/': SSL connection timeout fatal: unable to access 'https://github.com/Jopyth/MMM-Buttons.git/': SSL connection timeout fatal: unable to access 'https://github.com/ptrbld/MMM-Podcast.git/': SSL connection timeout fatal: unable to access 'https://github.com/eouia/MMM-Remote-Control-Repository/': Couldn't connect to server fatal: unable to access 'https://github.com/ptrbld/MMM-Podcast.git/': Couldn't connect to server fatal: unable to access 'https://github.com/KirAsh4/calendar_monthly/': Couldn't connect to server fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCalendar.git/': Couldn't connect to server fatal: unable to access 'https://github.com/MichMich/MagicMirror/': Couldn't connect to server fatal: unable to access 'https://github.com/cowboysdude/MMM-NOAA/': Couldn't connect to server fatal: unable to access 'https://github.com/BenRoe/MMM-SystemStats/': Couldn't connect to server fatal: unable to access 'https://github.com/Tueti/MMM-MovieListings.git/': Couldn't connect to server fatal: unable to access 'https://github.com/paviro/MMM-Wunderlist.git/': Couldn't connect to server fatal: unable to access 'https://github.com/mykle1/MMM-EasyPix/': Couldn't connect to server fatal: unable to access 'https://github.com/PtrBld/MMM-Scrobbler.git/': Couldn't connect to server fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCommute.git/': Couldn't connect to server fatal: unable to access 'https://github.com/MichMich/MagicMirror/': Couldn't connect to server fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCalendar.git/': Couldn't connect to server fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCommute.git/': Couldn't connect to server fatal: unable to access 'https://github.com/cowboysdude/MMM-NOAA/': Couldn't connect to server fatal: unable to access 'https://github.com/BenRoe/MMM-SystemStats/': Couldn't connect to server fatal: unable to access 'https://github.com/PtrBld/MMM-Scrobbler.git/': Couldn't connect to server fatal: unable to access 'https://github.com/Jopyth/MMM-Remote-Control.git/': Couldn't connect to server fatal: unable to access 'https://github.com/Tueti/MMM-MovieListings.git/': Couldn't connect to server fatal: unable to access 'https://github.com/paviro/MMM-Wunderlist.git/': Couldn't connect to serverEven if i run just the modules without an API the problem comes up. Don’t know why yet
-
Lets write here, so the other thread would not be filled up with this problem ;)
so u don’t know how it starts. That sound like u used the automatic installer and clicked “YES” when it asked u to start automatically.
Please type in console:
pm2 status
U will see a process name (probably “MagicMirror”)now u can use
pm2 start MagicMirrorto start MM
pm2 stop MagicMirrorto stop MM
pm2 restart MagicMirrorto restart MMor even
pm2 logs MagicMirrorto see logs and errors. Please try if i am right and then post the error log here -
@cruunnerr after typing pm2 status I see two processes:
MagicMirror online
mm. stoppedafter typing pm2 stop MagicMirror both processes are stopped.
Peter -
alright. so u used the automatic installer AND did the “how to autostart”-Tutorial from MichMich, too ^^
no problem, we will try to fix. As u can read here, ninjabreadman wrote how to remove one of the instances.
so please try:
cd
pm2 stop mm && pm2 delete mm && pm2 save
rm mm.shnow there should just be the “MagicMirror” process even when u reboot.
Better now, to erase all logs and wait, if your problems come up again. So type:
pm2 flushNext time u got any problems, please type:
pm2 logs MagicMirror
and post it hereHope that will help ;)
-
Thanks!
Great help!
I hope this helps.
Next time I will post my error logs here.
peter -
Lets hope there will be no “next time” ;)
