A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
No autostart after booting
-
I wanted to test a new module, so installed a new MagicMirror. After restarting it did nothing. Autostart did not work.
Not on 2019-04-08-raspbian-stretch or 2019-09-26-raspbian-busterThis is what I am doing now to get autostart working again.
After restart give the following commands:
pm2 unstartup systemd pm2 stop pm2 kill pm2 startup sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi pm2 start MagicMirror/installers/pm2_MagicMirror.json pm2 save
Works for me.
-
@debaetstony cool, thx
I also have an updated installer that fixes that
https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installerand a pm2 only fixer script
https://forum.magicmirror.builders/topic/10907/new-script-to-install-fix-pm2-config-for-start-on-bootwe are testing these, and I am going to try to get them into the next release