Read the statement by Michael Teeuw here.
Restart MagicMirror once a day
-
@sdetweil said in Restart MagicMirror once a day:
@rkorell you can do it from the commandline, OR the config file
the config file I create is in the installers folder
pm2_MagicMirror.jsonit looks like you can do
pm2 restart xx --cron-restart
AFTER the app was defined already
Do you mean I can issue the above command and pm2 will store/keep this as configuration?
This would be pretty cool…
Wasn’t there a “pm2 save” or something like this???Ralf
-
@rkorell yes, pm2 save will ‘save’ the config for use later
this cron feature is new to me. so I haven’t tested what you need to do…
read their doc -
@sdetweil Yupp. Have read.
For me it’s for later - just potential - use.
Currently I’m fine without daily restart.Thanks for your explanation!
Ralf -
@rkorell yes, we still don’t know completely, BUT the OP asked for capability,
and here it is… already available in the tools we use…this community thrives on contribution, and I hope others will be able to do that for this topic as well.
-
@veny Just restarting the MM does not resolve the issue with the weather module freezing. We need to find why the weather module freezes. Maybe turn on Debug in the config and then see if there are any errors on the next freeze?