Read the statement by Michael Teeuw here.
Magic mirror is not showing up
-
@sdetweil pi 4
-
-
@CoopDog1712 ah yes, fun times…
do
pm2 stop all cd ~/MagicMirror npm install electron@17.2.0 npm startmm should come up
minimize mm (alt-spacebar, n)
ctrl-c to stop running instancethen
pm2 statusthis will show the status or pm2 managed apps.
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤ │ 0 │ MagicMirror │ fork │ 0 │ online │ 0% │ 2.7mb │ └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘use the name or the row number
pm2 start xxxxxx is the name or the row number
for examplepm2 start 0 -
@sdetweil after i installed electron@17.2.0 then started it, this came up

then i did start pm2 start 4, and it started, but was still a blank screen
-
@CoopDog1712 says something is still running…
you didn’t do pm2 stop all
after doing test
ps -ef | grep -i magicmirror
should return nothing
-
@sdetweil whoops…
ok is did pm2 stop all and then entered that line of code you gave me and got this
-
ok do
we will delete 1 entry so you don’t have 2 trying to run at the same time
and then rebootpm2 delete 1 pm2 save sudo reboot -
@sdetweil k i rebooted, then i started it up. nothing came up, still a blank screen so i did pm2 stop all and then did pm2 logs --lines=50 and these came up



-
pm2 status again
also, how did you install mm? manual or my automated script?
did you setup MM autostart before adding pm2?
ps -ef | grep -i magicmirror
-
@sdetweil i installed it manually, and no it didnt
-
@CoopDog1712 what is the output of pm2 status?
-
-
-
@sdetweil k i did that and it was still a blank screen, so i stoped it and did pm2 logs --lines=50 and got this

also would it be worth a try to just completely delete everything and then start from scratch?
-
@CoopDog1712 yeh, I don’t know whats going on
do
pm2 delete 4 pm2 save -f rm -rf MagicMirrorthen run my install script
see
https://github.com/sdetweil/MagicMirror_scriptsit will prompt if u want pm2 again
and for turn off screen saverdoes everything
-
@sdetweil do you mean 0 in stead of 4?
-
@CoopDog1712 whatever the number is . it was 4…
or use the name
MagicMirrorwhatever shows in
pm2 status
-
@sdetweil do you mean 0 in stead of 4
-
@CoopDog1712 come on man…
pm2 status
whatever the number is or use the NAME of the entry instead of the number
-
@sdetweil that worked, thank you so much!!! just a few more questons, do you know how to flip the magic mirror the other way?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

