@sdetweil I agree, your scripts works wonders.
Read the statement by Michael Teeuw here.
Posts made by mumblebaj
-
RE: Mirror Update Permissions Error
-
RE: Mirror Update Permissions Error
@xxLulaBelle usually when I have this issue i run the following the the MagicMirror folder:
git reset --hard
then
git pull && npm install
That works for me and I am able to update -
RE: My first, slim mirror at home
@uros76 Looks very nice and clean. Like the “no wires” idea. Well done.
-
RE: MMM-MyCommute
@requiemmg What I have found is if you run the module in the fixed section of MMM-pages it only does the calls every so often as you set them to i.e. the MMM-Openinghours module I run in fixed as I refresh it every 4hrs.
-
RE: MM2 shows only Time (worked some minutes ago)
@ZebAztian Any reason you have the following in you config?
useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true
-
RE: MMM-PIR-Sensor module not working after module update
@JoeFranz To comment out a module you need to use /* as the starting and */ as the end.
-
RE: MMM-PIR-Sensor module not working after module update
@JoeFranz How long have you been using the MMM-COVID19-SPARKLINE? When I installed it the other night it caused issues for me. My NPM did not log any issues but the calculations from the module took too long and caused other modules to freeze up.
-
RE: MMM-PIR-Sensor module not working after module update
@JoeFranz Looks more like an issue with the MMM-Formula1. It is the first thing throwing an error. Can you write the npm to file and post the contents of the log file?
npm start > log.txt 2>&1