Read the statement by Michael Teeuw here.
cant get magicmirror to show up on screen
-
@kula What command are you talking about?
-
@yo-less sorry, npm start
-
Then you’re not experiencing the same problem. What you are describing is normal behavior.
If you use SSH, the Pi doesn’t know what monitor it should use, since you’re sitting in front of another monitor, so your command should be:
DISPLAY=:0 npm start
Try that, it should work without problems.
Everything is also explained here .
Why aren’t you using PM2 to run the mirror?
-
@yo-less thanks, it works. I’m just getting into it and followed up the tutorial strawberry 3.141 mentioned before - with the difference that I used ssh :)
now I’m going to read about the PM2 thing. -
@kula Great to know it’s working for you. Use PM2, it makes sure your mirror stays up and running and doesn’t stop at some stage. It also provides logs that can help troubleshoot potential mirror problems.
-
It finally worked for me, after reinstalling raspbian. Thanks you everyone for your help!
-
@lysnikolaou Welcome to the world of MagicMirror² :)