A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Can't update module because of unmerged files
-
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.
-
@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
thengit pull
will work
ALL module config goes in config.js
ALL css goes in custom.css -
@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
-