A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to disable auto update?
-
In your config.js file, you can remove or comment out the entry for the
updatenotification
module. Or, you can adddisabled: true,
to the beginning of that modules config.js entry.{ disabled: true, module: "updatenotification", position: "top_center", config: {
-
@mykle1 Hmm okay nice! What if I want update notifications only from modules? But not from MagicMirror it self?
-
-
@mykle1 said in How to disable auto update?:
RemoteControl
I mean I want to know only if someone has pushed updates to the modules. But I dont want notifications when MagicMirror has released a new version
-
Exactly what it does, among other things