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.

    The current installation is 2 commits behind on the master branch.

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 5 Posters 5.6k Views 5 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.
    • yawnsY Offline
      yawns Moderator
      last edited by

      If the pending update is for one of your modules it will show the module name. Just follow Anhalter42’s instructions:

      //open terminal
      cd ~/MagicMirror/modules
      cd MODULENAME
      git pull
      npm install //if required
      

      Otherwise it is the MagicMirror installation itself.

      //open terminal
      cd ~/MagicMirror
      git pull
      npm install
      
      A 1 Reply Last reply Reply Quote 2
      • A Offline
        Anhalter42 @AlexNY007
        last edited by

        @AlexNY007 The description (content of readme) is displayed below of what you posted. However, there is indeed no explicit explanation of the update process. Just navigate into the folder (presumably cd MMM-Todoist), git pull and npm install. That should be sufficient.

        1 Reply Last reply Reply Quote 1
        • A Offline
          AlexNY007 @yawns
          last edited by

          @yawns @Anhalter42 Guys you Rock!!! Thank you for that quick help. I just did the navigating to my module and did the update. I am now just forcing it to load and i will let you know. BTW i see the Todoist header but i cant see any task i created withing the site…by any chance any of you tried this module? I have done created a new token as somebody suggested but it seems i am out of luck. Thank you again

          1 Reply Last reply Reply Quote 0
          • S Offline
            Sonic8585
            last edited by

            If I don’t want to update right now can I just close that “The current installation is XX commits behind on the master branch.” message which show on my screen?

            cowboysdudeC 1 Reply Last reply Reply Quote 0
            • cowboysdudeC Offline
              cowboysdude Module Developer @Sonic8585
              last edited by yawns

              @Sonic8585 Yes if you don’t want to see the notification on the top go to your config.js and simply either delete or disable this:

              {
              	module: "updatenotification",
              	position: "top_bar"
              }
              
              S 1 Reply Last reply Reply Quote 1
              • S Offline
                Sonic8585 @cowboysdude
                last edited by

                @cowboysdude really thanks for your helping!

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  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