A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Updating the MM View after editing config.js
-
Hey everyone, it’s my first post here.
Is there a way to update my MagicMirror view after making edits on my config.js file without closing and reopening the npm process? I’m currently using
“pm2 delete 0
pm2 resurrect” to do it, and I’m in dire need to do it without resurrecting the process since it’s too slow. -
@BlackMesaBarney pm2 restart 0
or hit ctrl-r to refresh the screen if u only made css type changesevery linux command has a help for syntax
pm2 --help
ls --help
mv --helpetc