MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Updating to v2.2.0...

    Troubleshooting
    3
    11
    3916
    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.
    • S
      stephenmelody last edited by

      So… I think I did the right thing, but how do I know when it’s updated?

      alt text

      bhepler 1 Reply Last reply Reply Quote 0
      • bhepler
        bhepler Module Developer @stephenmelody last edited by

        @stephenmelody Empty responses are good. That usually means no problems. Once you have your command line back, you’re free to proceed.

        1 Reply Last reply Reply Quote 0
        • S
          stephenmelody last edited by

          it came back within a second… when you say proceed… what’s next?

          bhepler 1 Reply Last reply Reply Quote 0
          • bhepler
            bhepler Module Developer @stephenmelody last edited by

            @stephenmelody Next step is to run your mirror and make sure nothing has changed.

            1 Reply Last reply Reply Quote 0
            • S
              stephenmelody last edited by

              nothing has changed, I’m still 86 commits behind on the master branch.

              1 Reply Last reply Reply Quote 0
              • S
                stephenmelody last edited by

                Am I doing it in the right folder? Is the command correct? I’m getting the same response no matter what folder i’m in within the MM install

                1 Reply Last reply Reply Quote 0
                • S
                  stephenmelody last edited by

                  Can anyone help? I get the same message no matter what I try to do.

                  1 Reply Last reply Reply Quote 0
                  • mochman
                    mochman Module Developer last edited by

                    Just trying to cover all the bases here, but are you on the master branch? You can run git branch to see. It should say something like:

                    pi@Magic-Mirror:~/ $ cd MagicMirror
                    pi@Magic-Mirror:~/MagicMirror $ git branch
                    * master
                    

                    The asterisk denotes which branch is your current one.
                    If for some reason you’re not on the master branch use git checkout master to switch back to the master branch.
                    Then try running git pull and see if anything happens. Hopefully you get a list of files that have been changed. If not, and you don’t see an error messages try git pull -v to see what errors (if any) you are getting.
                    Hopefully that all works out, then you can just run npm install and you should be all set.

                    Good luck.

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenmelody last edited by

                      Thanks @mochman

                      This is what I’m getting now… any clues??

                      ![alt text](0_1515338090347_dc675bca-05e1-45c1-a9d0-3fd3577e4fa6-image.png image url)

                      1 Reply Last reply Reply Quote 0
                      • mochman
                        mochman Module Developer last edited by

                        okay, try running
                        rm -f ~/MagicMirror/.git/index.lock
                        then try git pull again. Hopefully you’ll see more than:
                        Updating b799609..20823bf

                        1 Reply Last reply Reply Quote 2
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy