Read the statement by Michael Teeuw here.
MagicMirrorOS reload config without reboot
-
Hey Guys, i installed my magicmirror with the magicmirroros. How can i reload the config.js without a complete reboot. pm2 is not installed in the magicmirroros?
i dont want always reboot the pi to see if my config works.
thanks
-
F5.
But some complex/heavy modules might not work . -
@MMRIZE or ctrl-r
but neither reload the node_helpers
-
i just have a connection with ssh.
-
@fischi87 yes the two keystrokes only work on the mm web page
I don’t know is mmos documents how to reload the container. we don’t support that here.
-
@fischi87
You don’t have to “reboot”, connect MM then stop the “pm2” or whatever process manager you use.If you are using pm2, try this. I have not used it but may work for you.
https://pm2.keymetrics.io/docs/usage/watch-and-restart/ -
like i wrote i installed the magicmirroros and there is no pm2. i dont know what start the magicmirror after boot in the os. somebody know what start the magicmirror software?
-
@fischi87 mmos uses a docker container to run MagicMirror. the mm files are on the OS file system and mounted into the container
so you would need to restart the container
docker container restart ????id????
see
https://docs.docker.com/engine/reference/commandline/restart/you would need to do
docker container ls
to list the containers to get it’s id to use in the restart command
-
-
this works thank you.