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

Can't update module because of unmerged files

Scheduled Pinned Locked Moved Solved Troubleshooting
3 Posts 2 Posters 161 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.
  • L Offline
    lvolkjr
    last edited by Oct 24, 2024, 1:07 AM

    I’m trying to update the MMM-OpenWeatherMapForecast module and I get this message after trying to use the command git pull: “error: Pulling is not possible because you have unmerged files.” I’m not sure how to proceed to resolve this issue.

    S 1 Reply Last reply Oct 24, 2024, 3:45 AM Reply Quote 0
    • S Offline
      sdetweil @lvolkjr
      last edited by sdetweil Oct 24, 2024, 3:45 AM Oct 24, 2024, 3:45 AM

      @lvolkjr well that means you modified some of those files for some reason

      try this

      git reset --hard HEAD
      

      all the changes will be lost
      then

      git pull 
      

      will work

      ALL module config goes in config.js
      ALL css goes in custom.css

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      L 1 Reply Last reply Oct 24, 2024, 12:36 PM Reply Quote 0
      • L Offline
        lvolkjr @sdetweil
        last edited by Oct 24, 2024, 12:36 PM

        @sdetweil Thanks, that worked. Now MMM-OpenWeatherMapForecast just sits there and shows it’s Loading… Oh yeah, got to go and upgrade to the 3.0 API

        1 Reply Last reply Reply Quote 0
        • S sdetweil has marked this topic as solved on Oct 25, 2024, 11:40 AM
        • 1 / 1
        1 / 1
        • First post
          1/3
          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