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.

    Updated, but 'MMM-EventHorizon' still shows as being behind.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    6 Posts 4 Posters 1.5k Views 4 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.
    • lavolp3L Offline
      lavolp3 Module Developer @Richard238
      last edited by lavolp3

      @richard238 Did you mean the other way around?
      Like “MM says your MMM-EventHorizon is 27 commits behind”

      Then go into modules/MMM-EventHorizon
      and do a

      git pull
      npm install
      

      You need to update the module (or better, the git repository) that is mentioned in the header. For that you need to go into the module folder and do above.
      Every 3rd party module is it’s own repository and needs to be maintained on its own.

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      1 Reply Last reply Reply Quote 1
      • R Offline
        Richard238
        last edited by

        pi@raspberrypi:~/MagicMirror/modules/MMM-EventHorizon $ git pull && npm installUpdating 73d1110..6d5a53a
        error: Your local changes to the following files would be overwritten by merge:
        	MMM-EventHorizon.js
        Please, commit your changes or stash them before you can merge.
        Aborting
        
        

        What does that mean?
        I think I’ve made any changes to the Event Horizon module.

        1 Reply Last reply Reply Quote 0
        • yawnsY Offline
          yawns Moderator
          last edited by

          @richard238 said in Updated, but 'MMM-EventHorizon' still shows as being behind.:

          Please, commit your changes or stash them before you can merge

          If you are sure you did not make any changes, then run this in the MMM-EventHorizon folder:

          git reset --hard
          git pull
          npm install
          
          R 1 Reply Last reply Reply Quote 1
          • R Offline
            Richard238 @yawns
            last edited by

            @yawns That’s fixed it, thank you!

            1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer
              last edited by

              Thanks @yawns and @lavolp3 for looking out while I was at work. Somebody has to pay for all my toys. :-)

              Create a working config
              How to add modules

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