Read the statement by Michael Teeuw here.
Pi Zero and MagicMirror2
-
@sdetweil
yes, I tried using your script like usual, but it gives me the electron message.
I have bookworm 32 bit on it. Went into raspi-config and set the default browser to firefox. Set my location and time ect. Turned on VNC had to update the raspi-config first. So many hoops to jump through anymore… Can I install electron manually so that your script works on my pi0 ? I like your scripts they take a LOT of the time setting up out of the equation… Especially your backup script… It saved me a lot of work recently when I lost the sd card on my LePotato that only runs MMM-MPlayer So I have a screen with my Driveway camera showing 24/7, I live out in the sticks. -
@plainbroke in the script that starts MagicMirror
~/MagicMirror/installers/mm.sh
Do the environment variable as documented in the readme
I dont know about default anythingBackup setup only takes time if you are using GitHub for storage (recommended)
-
@sdetweil
This is what I get when i try you install script.
Is there a fix for this I can’t find in my notes or online?pi@Zero:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" $$\ $$\ $$\ $$\ $$\ $$\ $$$$$$\ $$$\ $$$ | \__| $$$\ $$$ |\__| $$ __$$\ $$$$\ $$$$ | $$$$$$\ $$$$$$\ $$\ $$$$$$$\ $$$$\ $$$$ |$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ \__/ $$ | $$\$$\$$ $$ | \____$$\ $$ __$$\ $$ |$$ _____|$$\$$\$$ $$ |$$ |$$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$$$$$ | $$ \$$$ $$ | $$$$$$$ |$$ / $$ |$$ |$$ / $$ \$$$ $$ |$$ |$$ | \__|$$ | \__|$$ / $$ |$$ | \__|$$ ____/ $$ |\$ /$$ |$$ __$$ |$$ | $$ |$$ |$$ | $$ |\$ /$$ |$$ |$$ | $$ | $$ | $$ |$$ | $$ | $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ | $$ | \$$$$$$ |$$ | $$$$$$$$\ \__| \__| \_______| \____$$ |\__| \_______|\__| \__|\__|\__| \__| \______/ \__| \________| $$\ $$ | \$$$$$$ | \______/ install log being saved to /home/pi/install.log nodejs version required for MagicMirror is no longer available for armv6l (pi0w) devices installation aborted
-
@plainbroke you would have to use one of the prior releases
I am away from home now, look thru the tags on GitHub
I think last release will workLooks like 2.30.0,
Have to install node 20.18.1All has to be done manually
-
@sdetweil
Ok, I can do that already have node at 18 and npm at 9 I have notes on upgrading them.
Thanks for the reminder on how to do this…
Much appreciated.