• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

How to disable auto update?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
6 Posts 2 Posters 2.6k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    henrikra
    last edited by Sep 22, 2018, 8:59 AM

    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?

    M 1 Reply Last reply Sep 22, 2018, 12:06 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @henrikra
      last edited by Sep 22, 2018, 12:06 PM

      @henrikra

      In your config.js file, you can remove or comment out the entry for the updatenotification module. Or, you can add disabled: true, to the beginning of that modules config.js entry.

      {
                      disabled: true,
      		module: "updatenotification",
      		position: "top_center",	
      		config: {
      

      Create a working config
      How to add modules

      H 1 Reply Last reply Sep 22, 2018, 12:07 PM Reply Quote 0
      • H Offline
        henrikra @Mykle1
        last edited by Sep 22, 2018, 12:07 PM

        @mykle1 Hmm okay nice! What if I want update notifications only from modules? But not from MagicMirror it self?

        M 1 Reply Last reply Sep 22, 2018, 12:10 PM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @henrikra
          last edited by Sep 22, 2018, 12:10 PM

          @henrikra

          @Jopyth 's RemoteControl module would be my recommendation for that

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • H Offline
            henrikra
            last edited by Sep 22, 2018, 12:11 PM

            @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

            M 1 Reply Last reply Sep 22, 2018, 12:13 PM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @henrikra
              last edited by Sep 22, 2018, 12:13 PM

              @henrikra

              Exactly what it does, among other things

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              1 / 1
              • First post
                2/6
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy