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

How to update.

Scheduled Pinned Locked Moved Tutorials
35 Posts 21 Posters 89.8k Views 20 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.
  • U Offline
    Unbored @izanbard
    last edited by May 8, 2017, 11:47 PM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • U Offline
      Unbored @izanbard
      last edited by May 8, 2017, 11:50 PM

      @izanbard Thank you.

       #!/usr/bin/env bash
      
      cd /home/pi/MagicMirror
      echo "######### CHECKING MAGIC MIRROR ##########"
      

      Has anyone else deployed this script?

      When I try to run it as a .py or .sh there is an error on line 6 stating invalid syntax at the end of the first echo row. Any suggestions on clearing this issue?

      B 1 Reply Last reply May 12, 2017, 1:51 PM Reply Quote 0
      • B Offline
        Binog @Unbored
        last edited by May 12, 2017, 1:51 PM

        @Unbored
        Delete the " and add straight ones again " (If You edited this file via an alternate editor on win/Mac then it might be a cursive "… try it, worked for me!

        1 Reply Last reply Reply Quote 0
        • K Offline
          KX900
          last edited by May 23, 2017, 6:26 PM

          hi

          i get this message:

          error: Your local changes to the following files would be overwritten by merge:
          	modules/default/calendar/calendar.js
          	modules/default/compliments/compliments.js
          	modules/default/newsfeed/newsfeed.js
          Please, commit your changes or stash them before you can merge.
          Aborting
          
          

          what should i do?

          B 1 Reply Last reply May 23, 2017, 6:28 PM Reply Quote 0
          • B Offline
            broberg Project Sponsor @KX900
            last edited by May 23, 2017, 6:28 PM

            @KX900 backup those files somewhere if you want to keep the changes you’ve made (you shouldn’t have made any changes in those files unless you really reaally had to) and then delete them and try to update again.

            K 1 Reply Last reply May 23, 2017, 8:31 PM Reply Quote 0
            • K Offline
              KX900 @broberg
              last edited by May 23, 2017, 8:31 PM

              @broberg
              thank you.
              i had to do the changes because of “Umlaute”.

              1 Reply Last reply Reply Quote 0
              • S Offline
                SpecialRob @akrishnan.j
                last edited by Sep 21, 2017, 12:40 AM

                @akrishnan.j

                I was just searching for the same thing and had the same error message.
                I renamed the offending file
                ran the sudo git pull && nom install command
                update worked fine without error and installed a new copy of offending file
                copy the original file back if your edits were critical

                1 Reply Last reply Reply Quote 0
                • G Offline
                  gripworks
                  last edited by Oct 5, 2017, 5:54 AM

                  I have never had an issue updating until tonight. I got the following message back and am not sure how to proceed.

                  
                  pi@magicmirror:~/MagicMirror $ git pull
                  
                  *** Please tell me who you are.
                  
                  Run
                  
                    git config --global user.email "you@example.com"
                    git config --global user.name "Your Name"
                  
                  to set your account's default identity.
                  Omit --global to set the identity only in this repository.
                  
                  fatal: empty ident name (for ) not allowed
                  
                  

                  I’m sure it’s something stupid I don’t understand ,(not super knowledgeable about linux). I have tried entering various credentials in various ways but my lack of understanding the correct syntax seems to be my undoing.

                  Thanks in advance.

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Snille Module Developer
                    last edited by Oct 5, 2017, 8:32 PM

                    @gripworks this usually happens when you have cloned the repository with ssh instead of https.
                    At least that’s what I have figured out works. :)

                    If you just do the suggested commands it’s all solved.
                    It’s github that wants to know who you are. :)

                    git config --global user.email "you@example.com"
                    git config --global user.name "Your Name"
                    

                    If you cant find it, make it and share it!
                    Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      gripworks
                      last edited by Oct 9, 2017, 3:09 AM

                      Thank you, That worked. I appreciate the help.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      • 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