Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. ardentaardvark
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    ardentaardvark

    @ardentaardvark

    0
    Reputation
    44
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ardentaardvark Follow

    Latest posts made by ardentaardvark

    • RE: MMM-PIR-Sensor Guide with Edits and Updates

      @msherwood Hey FYI I just got my lastest build (from scratch yesterday) working with MMM-PIR-Sensor:

      I also found that npm install wiring-pi installed the old (2.25) version for me. I found a newer library:

      npm install wiring-pi-2019

      which installs version 2.5 (this one works on my pi4!).

      I also found that the location of the tvservice binary has changed, so I just used the following bash commands:

      sudo chmod u+s `which tvservice`
      sudo chmod u+s `which chvt`
      

      It then worked for me (Note, I did not modify the node_helper.js script at all.)

      posted in Development
      A
      ardentaardvark