Read the statement by Michael Teeuw here.
v2.1.1 Update Error
-
@bluecaka69 no those files which get complaint about modifications but you can save your config as well
-
@bluecaka69
No, not the config file. You changed things inclock.js
andcompliments.js
and thereforegit pull
cannot update these files to be exactly like the updates ones in the repository. -
@yawns so what do I do to get rid of the error then?
-
@lucallmon If you don’t care about the changes you made to those files then you can run
git stash
from your MagicMirror directory. You should be able to run thegit pull
command after that.If you want to keep them, I’d just copy those files to somewhere not in your MagicMirror directory, run the stash command, pull the new MM, and put them back if you think they aren’t going to break anything in 2.1.1
-
@strawberry-3.141 this worked! Thanks!