A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
mp2 won"t start properly
-
Hi I am noob on this project, I would like some help with this
pi@mmanon:~ $ pm2 startup [PM2] Init System found: systemd [PM2] To setup the Startup Script, copy/paste the following command: sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi pi@mmanon:~ $
-
That would be
pm2 start mm
orpm2 start magicmirror
https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror
-
@dnzio
Do, did you do what pm2 told you? Did you copy and paste this and ran it in shell?
sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi
-
@yawns I don’t know how to run and put it in shell. Can you help me? thank you.
-
@dnzio
You start the shell/terminal/bash either directly on the pi, via ssh (putty for example) or via vnc and either type or copy paste the commandThen you press enter