Read the statement by Michael Teeuw here.
Pm2 not starting MM
-
I’m having a bit of an issue with my pm2, because when I do “pm2 start MagicMirror”, it appears that is started, however nothing shows up on the screen… When I do “cd MagicMirror” and then “npm start” it works… Sorry if this is some noob problem but I’m struggling here 😔.
-
@kikosilva17 Forgot to mention that in using MX Linux and an old PC due to the fact that raspberry’s are all sold out in my country…
-
@kikosilva17 Sounds like you have the wrong command saved to it, or the script used isn’t accurate.
You can delete the command and roll your own. Try something like this:
pm2 delete MagicMirror cd MagicMirror pm2 start npm start --name MagicMirror
-
@kikosilva17 run
pm2 logs --lines=50
may have to clear them and redo
pm2 stop all
pm2 flushpm2 start MagicMirror
wait 10 seconds
pm2 logs -
@bkeyport installers/mm.sh is there for this purpose