MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. N6NG
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 34
    • Posts 160
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Where to find Pi 3B+ or Pi4

      You can always watch this site like I’m doing.
      https://rpilocator.com/
      Dennis N6NG

      posted in Hardware
      N6NGN
      N6NG
    • RE: MMM-Remote-Control

      @sdetweil Arrrgh… that was it… thanks again Sam… One more time…
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • 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.html

      Thats how I get the rejection notice…
      Dennis N6NG

      posted in Utilities
      N6NGN
      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

      posted in Utilities
      N6NGN
      N6NG
    • 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?

      posted in Utilities
      N6NGN
      N6NG
    • RE: Raspberry Pi pins

      @MMRIZE thank you
      Dennis

      posted in Hardware
      N6NGN
      N6NG
    • 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

      posted in Hardware
      N6NGN
      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

      posted in Hardware
      N6NGN
      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.

      posted in Hardware
      N6NGN
      N6NG
    • 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…

      posted in Hardware
      N6NGN
      N6NG
    • RE: Can MagicMirror run on other similarily priced hardware?

      @N6NG How about running it on a Arduino? If they can be found…

      posted in Hardware
      N6NGN
      N6NG
    • 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

      posted in Hardware
      N6NGN
      N6NG
    • RE: Building mirror without programing

      @sdetweil Thanks Sam… will do…
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • 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

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: troubleshooting pm2 logs

      @sdetweil Thanks again Sam

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Turning screensaver back on

      @sdetweil Thanks Sam… always has the answer.

      posted in Troubleshooting
      N6NGN
      N6NG
    • Turning screensaver back on

      I want to turn my screensaver back on.
      any quick directions?
      Thanks
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • 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 electron

      Error: 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/electron

      npm 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-abi

      Any suggestions?
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • 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

      posted in Troubleshooting
      N6NGN
      N6NG
    • 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.

      posted in Show your Mirror
      N6NGN
      N6NG
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 4 / 8