A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Upgrade to 2.29.0 - Cannot read properties of undefined (reading 'disableHardwareAcceleration
-
@sdetweil
Okay, using the npm start &, the mirror comes up. The MMM-Fuel app is working but I have a problem with the weather app which is something I can work through.So, how do I make the autostart at reboot work?
By doing the npm start, the pm2 logs are not working. I am missing that good debugging aid.
Here are messages displayed during the start:
### SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model A Plus Rev 1.0; virtual: false ### OS: platform: linux; distro: Raspbian GNU/Linux; release: 11; arch: arm; kernel: 6.1.21-v7+ ### VERSIONS: electron: 31.6.0; used node: 20.17.0; installed node: 20.17.0; npm: 10.8.2; pm2: 5.4.2 ### OTHER: timeZone: America/Chicago; ELECTRON_ENABLE_GPU: undefined
Thanks,
Butch
-
@butchkemper ok, MagicMirror is good
check for the installers/mm.sh
my upgrade script has a bug ill fix later this morning -
-
@butchkemper yes, i have also updated the upgrade script to fix that
-
@sdetweil I ran the fixuppm2 script and now MM starts when the System starts and pm2 now works.
I just need to figure out why the MM Calendar is not starting.
Thank you for your help.
Butch
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"
-