• 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.

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

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 5 Posters 5.2k 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 May 4, 2017, 1:30 PM

    @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 May 4, 2017, 2:10 PM

      @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 May 4, 2017, 3:08 PM Reply Quote 0
      • Y Offline
        yawns Moderator
        last edited by May 4, 2017, 3:00 PM

        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 May 4, 2017, 3:53 PM Reply Quote 2
        • A Offline
          Anhalter42 @AlexNY007
          last edited by May 4, 2017, 3:08 PM

          @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 May 4, 2017, 3:53 PM

            @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 May 7, 2017, 1:51 PM

              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?

              C 1 Reply Last reply May 7, 2017, 2:08 PM Reply Quote 0
              • C Offline
                cowboysdude Module Developer @Sonic8585
                last edited by yawns May 7, 2017, 5:49 PM May 7, 2017, 2:08 PM

                @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 May 8, 2017, 10:46 AM Reply Quote 1
                • S Offline
                  Sonic8585 @cowboysdude
                  last edited by May 8, 2017, 10:46 AM

                  @cowboysdude really thanks for your helping!

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