A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Magic mirror does not start automatically when booting
-
@sil3ntstorm yes the pm2 script has done trouble
do this
pm2 startup
it will output a command, copy paste that
-
@sdetweil
Did I do it right? If so, it will appear as a message -
@sil3ntstorm need all of the command everything that it outputs, you didn’t copy about 30 characters
then
pm2 start ~/MagicMirror/installers/pm2_MagicMirror.json pm2 save
-
Wooooooooooooow it works, thank you very much
This worked after I typed this:
sudo env PATH=$PATH:/usr/local/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi
then that:
pm2 start ~/MagicMirror/installers/pm2_MagicMirror.json
pm2 save