Read the statement by Michael Teeuw here.
Blank screen after updating tonight...
-
note that you will have the same problem in Assistant too
see
https://forum.magicmirror.builders/topic/10189/mmm-assistantmk2-breaks-with-mm-v2-7-0
-
@sdetweil said in Blank screen after updating tonight...:
./node_modules/.bin/electron-rebuild
thank you @sdetweil , the problem was solved you need to make the electron-rebuilt into mmm-assistantMk2 and mmm-hotword too
-
Sorry, I am a beginner from Germany. Maybe you can help.
It won’t let me update because of this message:
“Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge überschrieben werden”
which translates to:
“Your local changes in the following files would be overwritten by the merge”
and then it lists like 5 or 6 package.json files. What can I do?Danke/Thanks!
-
@thedoorsfanatic you can pout those changes away temporarily with
git stash
after installing, if u want those back,
git stash pop
-
I got it working by removing MMM-PIR-Sensor and reinstalling it. Simply updating it did not work.
-
@sdetweil Thanks for these leads! Now that you mention it, why would I not need to do this… I’ll let you know how it goes…
-
@sdetweil LIKE A CHARM. All is well with Assistant and Hotword, just as you describe. MMM-Buttons also required and npm install, as well as MMM-PIR-Sensor. So, basically, maintenance on all the plugins.
-
@sdetweil said in Blank screen after updating tonight...:
git stash
Thanks for your quick reply and your tipp that worked for me.
After git stash I updated MM to 2.7.1 and then I cd 'ed into every installed module and did npm install.Excuse my bad English and sorry to bug you and thanks again fpr your time!
Noob from Germany