Sorry if this is a silly question, but if you've used npm start on the v2 beta branch to run electron, how do you then quit out of it - such as because you want to modify the config.
I've had a look at the readme, but haven't been able to find the answer.
Thank you
ctrl-c :)
Sorry, tried that, it didn't work.
Restart :)
I recommend the pm2, its's great.
Where did you try? In the command line or the interface? You can toggle the menus with "alt" I think and quit from there.
I tried it from the interface (because the command line was hidden by the fullscreen interface).
However, hitting alt made the menus appear, from which I could quit, but also revealed that ctrl-w also works to quit.
Thank you everyone.
As of the latest version on Raspbian Jessie on Raspberry Pi 3 , Ctrl-Q did the trick.
Thanks Paviro
Thanks shivanraptor!!
how can i stop mm from restarting bcoz of pm2. .plz help..
Thanks shivanraptor!
After some experimentation, I found ctrl-q on my Pi2B with Raspbian Stretch to work.
maybe pm2 stop mm
Please help me it's taken over my pi and I can't quit it. When I do ctrl Q it quits it then restarts. I need help
@OllieBoi Connect a Keyboard & Mouse to the pi
When your ready to get it going again just type the same commands but with start.
Hope that works,
You can use ctrl-M to minimize the window and return to the desktop, and from there return to the terminal where you typed npm start.
well Ctrl+Q exits you out of the MagicMirror session.
(you don't really have to minimize or go to Ctrl or anything)
Press ctrlQ the go to terminal and type "pm2 stop MagicMirror" then hit enter.
Please help me it's taken over my pi and I can't quit it. When I do ctrl Q it quits it then restarts. I need help
ctrl+Q
pm2 stop magicmirror
** This worked for me.
Most helpful comment
As of the latest version on Raspbian Jessie on Raspberry Pi 3 , Ctrl-Q did the trick.