Read the statement by Michael Teeuw here.
Magic mirror is not showing up
-
@sdetweil i dont think i saw one. i never installed any modulles, even the ones that should come with it are not showing up
-
@CoopDog1712 ok, still show the messages where u start mm
either via
npm start
or
pm2if pm2., then
pm2 logs --lines=50will show the console output
what pi is this?
-
@sdetweil pi 4
-
-
@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