@BKeyport No wonder you can still by those at a reasonable price… I guess it’s bite the bullet and pay full price for a Pi4 is the only answer…
Read the statement by Michael Teeuw here.

Posts
-
RE: Can MagicMirror run on other similarily priced hardware?
-
RE: Can MagicMirror run on other similarily priced hardware?
@N6NG How about running it on a Arduino? If they can be found…
-
RE: Can MagicMirror run on other similarily priced hardware?
@xIExodusIx said in Can MagicMirror run on other similarily priced hardware?:
Kiwi Electronics Netherland
There out also…
Dennis -
RE: Building mirror without programing
@sdetweil Thanks Sam… will do…
Dennis -
Building mirror without programing
Re: Building mirror without programing
Got as far as “type: npm install” which I did and got the response, “can’t find npm”.
I installed node with no trouble and MagicMirror with no trouble.
Anything I missed?
Dennis -
RE: Turning screensaver back on
@sdetweil Thanks Sam… always has the answer.
-
Turning screensaver back on
I want to turn my screensaver back on.
any quick directions?
Thanks
Dennis -
Installing MMM-PIR-Sensor
Tried to install MMM_PIR-Sensor and this is what I got:
So I updated node-abi and it didn’t change anything.node_modules/.bin/electron-rebuild -e …/…/node_modules/electron
⠋ Searching dependency tree
An unhandled error occurred inside electron-rebuild
Could not detect abi for version 17.2.0 and runtime electron. Updating “node-abi” might help solve this issue if it is a new release of electronError: Could not detect abi for version 17.2.0 and runtime electron. Updating “node-abi” might help solve this issue if it is a new release of electron
at Object.getAbi (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/node-abi/index.js:36:9)
at new Rebuilder (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:126:48)
at rebuildWithOptions (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:404:23)
at Object.doRebuild [as rebuild] (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:427:16)
at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/cli.js:124:33
at Generator.next ()
at fulfilled (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/cli.js:6:58)
npm ERR! code 255
npm ERR! path /home/pi/MagicMirror/modules/MMM-PIR-Sensor
npm ERR! command failed
npm ERR! command sh -c node_modules/.bin/electron-rebuild -e …/…/node_modules/electronnpm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2022-06-07T18_39_56_149Z-debug-0.log
pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm update node-abiAny suggestions?
Dennis -
troubleshooting pm2 logs
What again is the command for tailing last 50 lines of the log?
I tried pm2 logs lines=50 but it doesn’t work
thanks
Dennis