Read the statement by Michael Teeuw here.
Magic mirror is not showing up
-
-
@CoopDog1712 ah yes, fun times…
do
pm2 stop all cd ~/MagicMirror npm install electron@17.2.0 npm start
mm should come up
minimize mm (alt-spacebar, n)
ctrl-c to stop running instance
then
pm2 status
this 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 xxx
xxx 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?