Read the statement by Michael Teeuw here.
3 tries 3 fails Raspberry b+
-
Ah… Found it thanks to the checking…
Node.js:339
Throw err;
^Error: Cannot find module ‘wtf-8’
Then a long list of different places that I’m guessing it’s where it’s missing…
I’ll have a blast at this for a bit. If it continues to fail so absolutely, maybe I’ll have to restart my bluetooth lawnmower project…
-
@infamoustiggr
Try installing wtf-8 module by running the commandnpm install wtf-8
from the MagicMirror directory. -
@infamoustiggr Hello, may I ask you that did you make it? I also want to install MM on B+. Now the new board is so expensive that I just want to use my old B+ to do this awesome project.
-
@Doublefire-Chen last update was 5 years ago… so, unlikely to be helpful.
try my script. it’s probably the only hope. arm6l aren’t supported much anymore
-
@sdetweil I have a idea. I have a linux server. I can use docker to install MM on my server and B+ open the browser with full screen to display info after I set port forwaring.
-
@Doublefire-Chen that works too. but don’t need port forwarding…
if u look in my run-start.sh script, u will see the parms I use to launch chromium to look like electron full screen.
-
@sdetweil Yes, you are right. The port forwarding is not needed.