Read the statement by Michael Teeuw here.
Magic Mirror Update process
-
I always have to delete package.json when updating, this is why I’m asking… If there’s a smarter way to do that, please do.
-
@BKeyport Does the
git reset --hard
not work for you? -
I did not know about this command, what does it actually do? (I know, it does a hard reset, but what does that entail?)
-
@BKeyport see the number 1 answer
https://stackoverflow.com/questions/2530060/in-plain-english-what-does-git-reset-do
this result from google search ‘what does git reset hard do’
-
@BKeyport I simple terms, it gets rid of local changes.
-
Ahh, I see - it looks dangerous from what I’ve seen - would it kill my config.js and/or custom.css, or does it leave those alone?
-
@BKeyport From my experience they don’t get touched. I have never had any issues with my mirror or modules after running that command and updating the mirror.
-
@BKeyport - It should leave those alone.
config.js
andcustom.css
are not part of the github project so they won’t be overwritten. -
@bhepler use my updater script see
https://github.com/sdetweil/MagicMirror_scripts