A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Reload RPI without reboot
-
Hi. I need some noob help…
I’m changeing the rasp. alot and for everytime I need to make a update I’m restarting the whole rasp.Is there a way to refresh everything without a whole reboot?
Thanks!
-
Follow this steps to install pm2.
https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror
After install it you can start MagicMirror with :
pm2 start mm
restart with:
pm2 restart mm
stop with:
pm2 stop mm -
@trividar Hmm… well that makes sense now when you say it. Will try it. Thank you! Hopefully this will save me some time.