sdetweil / MagicMirror_scripts

Magic Mirror installation and setup scripts
369 stars 64 forks source link

Auto boot when quit #13

Closed nickreif closed 4 years ago

nickreif commented 4 years ago

When I quit the program to add a module the interface automatically boots up again disabling me from adding modules or doing anything with the pi

sdetweil commented 4 years ago

you just minimize the MM ui, alt-spacebar, n, and in a terminal window do pm2 stop 0 then u can test, with pm2 start 0, pm2 stop 0, or pme restart 0 (which will stop/start)

as a 'mirror' is intended to sit on a wall, unattended, one would like it to reboot to the mirror app after a power failure.. that is pm2's job

pm2 --help for more commands and info

sdetweil commented 4 years ago

sorry was away for knee surgery and didn't see your issue

sdetweil commented 4 years ago

@nickreif is this problem still causing trouble for you?

sdetweil commented 4 years ago

closed, no response