A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Need to disable updatenotification from MagicMirror
-
@antoinemosse i finally found it :) , it was the module ‘’ Alert’’ in config.js
-
@antoinemosse You can disable any module with
disabled: true;
in config.js. If you want to enable it again, then set it to
disabled: false;
No need to poke around in the module’s own scripts.
Personally, I always add this line for every module, as it elegantly allows to disabale or enable a module, when necessary.
-
@fozi if you use MMM-Config it’s a check box
-
@sdetweil True, that is far easier. Unfortunately I didn’t succeed in getting MMM-Config to work properly. Maybe I‘ll give it a 3rd try during my vacation.
-
@fozi send me trouble reports. I can’t fix it if no one tells me it’s broken
mention right up front that some modules produce tricky tesults