You can always watch this site like I’m doing.
https://rpilocator.com/
Dennis N6NG
Read the statement by Michael Teeuw here.
Posts
-
RE: Where to find Pi 3B+ or Pi4
-
RE: MMM-Remote-Control
@sdetweil Arrrgh… that was it… thanks again Sam… One more time…
Dennis -
RE: MMM-Remote-Control
@N6NG I found it…I did ifconfig and it gave me the ipaddress as 192.168.0.11 so that’s the address I’ve been trying…
https://192.168.0.11:8080/remote.htmlThats how I get the rejection notice…
Dennis N6NG -
RE: MMM-Remote-Control
@sdetweil Yes … I’m trying to connect to MagicMirror address 192.168.0.11
I think that is the address of my MagicMirror but now I’m trying to remember where I got that address from.
Dennis -
MMM-Remote-Control
Had MMM-Remote-Control working at one time… then I had to reinstall the module and now for some reason it doesn’t work… I get the result from trying to access the MagicMirror from my PC Win 10 that says “192.168.x.xx refused to connect”
I’ve got my whitelist set to :address: ‘0.0.0.0’,
port: 8080,
ipWhitelist: [],
timeFormat: 12,trying to access from 192.168.0.16
I’ve looked through the resolved issues regarding Remote-Control and not
found anything simular.Any ideas?
-
Raspberry Pi pins
What are the size of the header pins on the Raspberry Pi ? I’m thinking they are all the same size for all the Raspberry Pi s.
I want to get some connectors for those pins so if anyone has a supplier for the pin connectors I’d appreciate you pointing me in that direction…
Thanks all you smart people out there…
Dennis N6NG -
RE: RPi 3B+ with 'Bullseye' can't rotate screen?
@fribse It is in the boot/config.txt file itself. Not in the MagicMirror/config/config.js file.
Just cd /boot and sudo nano config.txt and either find the display_rotate=0 and change it to display_rotate=1
or add the line display_rotate=1 I added it under the #config_hdmi_boost=4 line but I suspect you could add it just about anywhere…
Dennis N6NG -
RE: RPi 3B+ with 'Bullseye' can't rotate screen?
@fribse I use a RPi3 B+ and Bullseye and I do the rotate in the boot/config.txt and it works ok for me.
-
RE: Can MagicMirror run on other similarily priced hardware?
@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…
-
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 -
RE: 4k Dashboard
@BKeyport That’s why I asked the person with the 4K mirror.
He had the calendar without faded times and that’s what I want to do.