Read the statement by Michael Teeuw here.
How to disable auto update?
-
When there is a new version available of MagicMirror I see on my mirror text like
New commits in master. 123 commits behind. How can I disable this behaviour? I don’t want that my mirror shows on the UI that there is new version available. Or is it even possible to disable checking for new version? -
In your config.js file, you can remove or comment out the entry for the
updatenotificationmodule. 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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login