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

    hans2012

    @hans2012

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

    hans2012 Unfollow Follow

    Latest posts made by hans2012

    • RE: PIR Sensor + Raspi

      i have the same problem, my magic mirror installation is fine, but when it comes to pir motion sensor installation , i have not able to set it up it correctly, my pir will sense it when there is a movement but my magic mirror has no reaction, it will just stays on.any suggestion…i have rasp pi 3, pir motion sens conn to gpio 18. no error message. …

      {
      module: 'MMM-PIR-Sensor',
          config: {
              sensorPIN: '18',
              powerSaving: 'true'
          }
      },
      

      (my module config)

      posted in Hardware
      H
      hans2012