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.

    Update available 2997 commits behind

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 2 Posters 943 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.
    • C Offline
      Canguingo
      last edited by

      Hi there,

      I have a Magic Mirror that I was working with last year. I tried to recover this project but the Mirror gives me a warning on the top that says:

      MagicMirror update available
      Your actual installation is 2997 commits behind from the Master Branch.

      I tried to upgrade with git pull but nothing happened.

      I have noticed that there is a new version: https://forum.magicmirror.builders/topic/12460/v2-11-0

      Do I need to re-install the software again or is there a way to updated in a different way?

      (You’ll proably need to know the version of my MagicMirror, how do I find out which version do I have?)

      Many thanks in advance!

      Cheers, JD

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Canguingo
        last edited by

        @Canguingo run my upgrade script

        See https://github.com/sdetweil/MagicMirror_scripts

        Read the readme for the commands to issue

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          Canguingo
          last edited by

          Thank you Sam. But this doesn’t solve the issue. At least if I follow the instructions from the Read.me.

          It says update available. but how to update it? isn’t there a line of code to run and update it every time this shows up?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Canguingo
            last edited by

            @Canguingo to update from my scripts is a 2 step process, right?

            upgrade-script.sh will do the git pull and npm install, and refresh npm setup for any modules that might need it
            it should handle all the work… and give you a trial run of all that…
            
            only applying changes if u request them
            

            give it a try this works on Mac as well, cut/paste this line into the terminal window on your device

            bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
            ------> no changes are made to the local repo or the working copy  < ---------
            
            if you WANT to actually apply the changes, cut/paste this line into the terminal window on your device
            
            bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
            
            there is a log file (upgrade.log) in the MagicMirror/installers folder…
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0

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