Read the statement by Michael Teeuw here.
So ... to update MagicMirror I would ... ??
-
v6.12.3
Not workingbtw that command if anyone else needs to look it up is just
$ node -v -
I am on v6.12.3
And not working when I update npm install
-
@chef said in So ... to update MagicMirror I would ... ??:
Perhaps try stopping all instances of electron and node.
Stop pm2
Then try the install again.
Reboot the Pi.
Tried this, same result. Blank mirror although pm2 reports it is online.
-
Working on node version 6.13.1
I think I can see where this is going… The blank screen is the mirror running, but there could be an issue with loading the page data? …
-
@Cyberwrights said in So ... to update MagicMirror I would ... ??:
v6.12.3
Not workingbtw that command if anyone else needs to look it up is just
$ node -v@Cyberwrights thanks for that … I just used ‘dpkg -l | grep ii | less’, and that took forever to find node … lol
-
My first thought there is an issue with electron. Looking into it.
-
Could someone try the following in the MagicMirror folder:
npm install electron@1.4.15If this works, please state your Node version as well. (
node -v) -
@MichMich said in So ... to update MagicMirror I would ... ??:
npm install electron@1.4.15
pi@ham-raspi:~/MagicMirror $ npm install electron@1.4.15
electron@1.4.15 postinstall /home/pi/MagicMirror/node_modules/electron
node install.js- @types/node@8.10.1 node_modules/@types/node
magicmirror@2.3.0 /home/pi/MagicMirror
└── electron@1.4.15 invalid
Node v6.12.3
- @types/node@8.10.1 node_modules/@types/node
-
Uhhmm… thats odd. It’s just a command to downgrade electron.
-
It seems to fix the issue for others. Not sure why you are unable to downgrade electron.
https://github.com/MichMich/MagicMirror/issues/1243Could you reboot and try again @harry?
-
@MichMich said in So ... to update MagicMirror I would ... ??:
It seems to fix the issue for others. Not sure why you are unable to downgrade electron.
https://github.com/MichMich/MagicMirror/issues/1243Could you reboot and try again @harry?
Yep. Reboot helped.
Rebooted, stopped MagicMirror and then the downgrade worked.
MagicMirror is up and running again!Thanks a lot!
-
@MichMich well-done.
-
Solution in this thread https://github.com/MichMich/MagicMirror/issues/1243
in MagicMirror Folder
npm install electron@1.4.15 -
You guys should probaly do
pm2 stop mm; pm2 killto make sure it’s not running in the background.Also, AFAIK, I think if you do
git reset --hardyou’d loose all your old config settings and other changes you’ve made? -
@E3V3A The Config & Modules folder are not part of the Git repro. All other changes are overwritten.
-
I’ve released an update: https://github.com/MichMich/MagicMirror/releases/tag/v2.3.1
-
Just to say it…
It seem that many people having problems, are running something out dated.
Either: nodejs, npm, or pm2.Because of the incredible dependency chain involved for node packages, I can only assume that using a newer versions of one package, will also require a newer version of the package depending on it, and possibly vice versa. Of course when things are working, it all beautiful, but it seem very easy that it doesn’t.
-
Just updated the new repo.
It’s alive again.
Thanks great job
-
@MichMich Thanks very much for the easter gift!
-
Installed MM2.3.1, still got black screen
Installed earlier version electron, still got black screen.Shutdown and restarted.
Now nothing on :8080 either :(
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login