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.3k 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.
    • A Offline
      Anhalter42 @AlexNY007
      last edited by

      @AlexNY007 It means there is an update ready to download and install. Its up to you if you want to update or not, but usually you want to update, especially on master branch where everything should be stable on release ;)
      Just look into the readme/description of the corresponding module. There you will usually find an explanation of how to update.

      In most cases this includes to cd into the module directory and git pull (sometimes npm install is required, too).

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

        @Anhalter42 Thank you for your quick assistance, i was thinking about that i just revised the MMM-Todoist repo and i checked all files but i cant see instructions for it. More than likely since i am beginner i am missing something.

        Here is a capture of what i see
        0_1493907004401_upload-9e97c776-16fb-488c-a272-c026cd57254a

        A 1 Reply Last reply Reply Quote 0
        • 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