@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.
Read the statement by Michael Teeuw here.

Posts
-
RE: Pi Zero and MagicMirror2
-
Pi Zero and MagicMirror2
I had MagicMirror on my PiZero and lost the sd card, replaced it with a new one and now I can not get MagicMirror to load.
-
RE: MMM-NFL update ?
@mishman
cd MagicMirror/modules
git clone https://github.com/fewieden/MMM-NFL.git
cd MMM-NFL
npm install --productionConfigure your ~/MagicMirror/config/config.js:
{ module: "MMM-NFL", position: "middle_center", config: { colored: true, helmets: true, focus_on: ["KC", "BLT", "BUF", "CIN", "CHI", "CLE", "DEN", "PHI", "TB", "DAL", "MIA", "NYJ"], format: "ddd, hA", reloadInterval: 1800000, tableSize: "large" }, },
the options are on the github page.
https://github.com/fewieden/MMM-NFL -
RE: Screen "offline" during specific time of day
@_V_
You can set crontab -e to stop mm .
Here is the lines from my crontab -e# Turn off display Sunday - Thursday at 21h00 00 21 * * 0-4 /usr/local/bin/pm2 stop all # Turn off display Friday - Saturday at 21h00 00 21 * * 5,6 /usr/local/bin/pm2 stop all # Turn on screen Monday - Friday at 6h45 45 06 * * 1-5 /usr/local/bin/pm2 start mm # Turn on screen Saturday - Sunday at 7h30 30 07 * * 6,0 /usr/local/bin/pm2 start mm
My screen has no background and is black in color, then I set my bar to black with gray letters. That way when MM is not running the screen is really dark .
works pretty well for night time. Your mileage may vary… -
RE: Huge number of errors in log fills up HD
@cpcode
Once your have your setup completed, to what you want. You can use Win32Diskimager to make a .img file that you can reinstall with balenaetcher or RaspberryPiImager. I went to USB devices or NVMe drives.
I use Sam’s backup mainly to save my config.js and custom.css files so I never loose the main settings to the Current MM I have running. The list of modules helps too.
I also keep a module folder backup BACKUP is so critical if you are using sd cards. -
RE: Best affordable webcam/security camera for use with MagicMirror?
I use Tapo they are cheap too. They are RTSP able and I use them with MMM-MPlayer on a dedicated PI and one camera pops up on my main PI with the other 50 + modules using Sams pages module. They are also PTZ camera’s I think I paid 16 for the cheapest one and like 38 for the most expensive one. I have 3 of them and 5 Wyze cameras but only 3 that are RTSP able.
Just my 2 cents… -
RE: Nest Camera
@briantogo
I use MMM-MPlayerit will let you us rtsp if your nest camera supports that.
Not my module, just one of 50 + I use on my mirror. -
MMM-NFL update ?
Are we going to be able to get NFL scores ect with MMM-NFL this year?