Read the statement by Michael Teeuw here.
MagicMirror problem
-
@tonyarogers this sounds like an sd card failure.
How long ago did you build this setup?
3A is a very old setup -
@tonyarogers Time to update your hardware and/or create a new SD Card for it.
-
@sdetweil said in MagicMirror problem:
this sounds like an sd card failure.
How long ago did you build this setup?
3A is a very old setupI built this setup a week ago
-
@tonyarogers hmmm
Let’s try this
Change your config.jsaddress:”0.0.0.0”, ipWhitelist:[],
Then
npm run server
Instead of npm start
Then use another system, phone to connect to that pi
http://pi-address:8080
-
@tonyarogers said in MagicMirror problem:
Network service crashed
I had similar problems with a setup on a pi zero 2w.
The pi 3A+ seems to have the same memory of only 512 MB.
Short story: The os and the dependencies of mm (node and electron) seems to need more memory with every new version. I gave up with such hardware.
It is not impossible to get it running with increasing swap size or using 32-bit os but it is a dead end …
-
@sdetweil said in MagicMirror problem:
Let’s try this
Change your config.jsaddress:”0.0.0.0”,
ipWhitelist:[],
Thennpm run server
Instead of npm startThen use another system, phone to connect to that pi
Thanks for your suggestion. I got it.