Read the statement by Michael Teeuw here.
Getting an error when attempting to update MMM-Remote-Control
-
So when following the update guide of this module, I get an error. This is how it looks:

What should I do?
-
If you want to keep your changes to
remote.htmlgit stash git pull origin master git stash popThis saves your changes to remote.html, downloads the update and puts back in your changes remote.html.
Or, if you don’t need your local changes
git reset --hard git pull origin master -
@MobbareKurtZ As @yawns said: You have changed something in the
remote.htmlfile. If you want to know what that was, usegit diffin the MMM-Remote-Control folder. You can use the methods describe above to reset or save the changes (you can replace thegit pull origin masterwith calling the updater/installer). -
-
@MobbareKurtZ You are on the
developbranch. In this case usegit pull origin develop(or run the installer again).Did you do
git diffbefore to see what the changes were? Strange that you did not change anything, but it still says so. Let me know if you encounter it again.

