Read the statement by Michael Teeuw here.
So ... to update MagicMirror I would ... ??
-
I do not know if it is absolutely necessary to stop the service, for me it was obvious to do it
-
Perhaps try stopping all instances of electron and node.
Stop pm2
Then try the install again.
Reboot the Pi.
-
Could everyone state what version of node you are running? (And if it works or not).
-
@MichMich said in So ... to update MagicMirror I would ... ??:
Could everyone state what version of node you are running? (And if it works or not).
Mine is v6.12.3
Not working… -
Node version = v6.9.5
-
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