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

    Posts

    Recent Best Controversial
    • RE: MMM-Pnews

      Hey @cowboysdude, thanks for another great module!

      You should update the readme with the correct link for cloning:

      git clone https://github.com/cowboysdude/MMM-PNews.git

      This will save precious seconds for us copy-pasters ;)

      posted in Utilities
      O
      open_book
    • RE: MMM-PIR-Sensor tuning

      @jc21 just for closure here I found the issue. After running the python script again I realised that the PIR was always HIGH even with the sensitivty dialled right down.

      So I checked the leads going into the pi and found that, despite checking it many times, I’d mixed up GND and VCC :(

      The lesson for any other idiots out there when testing is, run this Python script and make sure that the PIR stops broadcasting “Motion Detected!” when you cover it with something:

      from gpiozero import MotionSensor
      import os
      
      pir= MotionSensor(22) //the gpio pin PIR OUT is connected to
      while True:
                     if pir.motion_detected:
                     print (“Motion Detected!”)
      

      Code from this site

      With some further adjustments for sensitivity it’s now working great!

      posted in Troubleshooting
      O
      open_book
    • RE: Where are you from?

      @Mitchfarino I grew up in Penwortham.

      posted in General Discussion
      O
      open_book
    • RE: Today's weather [default module] not correct. Rest of the week is fine.

      You’re right! An area around Oslo and to the North of the city is showing an incorrect temprature on the site.

      I’ve submitted an issue to them. Hopefully they’ll fix it soon.

      posted in Troubleshooting
      O
      open_book
    • RE: Where are you from?

      I’m currently in Oslo, Norway.

      posted in General Discussion
      O
      open_book
    • RE: Update Error of v.2.2.0 :(

      @bhepler @fox I had the same problem and followed the steps here to reinstall electron. It worked for me without further changes.

      Thanks!

      posted in Troubleshooting
      O
      open_book
    • 1 / 1