• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

PIR-Sensor - put your mirror to sleep if not used

Scheduled Pinned Locked Moved Troubleshooting
126 Posts 37 Posters 197.9k Views 20 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    EoF
    last edited by May 8, 2016, 2:36 PM

    This is awesome! I will definitely be using this when I get my mirror built.

    1 Reply Last reply Reply Quote 0
    • P Offline
      paviro Admin @pugsly
      last edited by May 8, 2016, 5:38 PM

      @pugsly I am busy this weekend but I will check next week, for the time being check your web inspector for any errors and make sure there is no mistake in your formatting of the config.js file!

      We're all stories in the end. Just make it a good one, eh?

      – The Doctor

      1 Reply Last reply Reply Quote 0
      • P Offline
        PtrBld Module Developer
        last edited by May 9, 2016, 7:48 AM

        @pugsly: Are you using Node v6? I had the same issue this weekend.

        1 Reply Last reply Reply Quote 0
        • I Offline
          incubik
          last edited by paviro May 12, 2016, 6:23 PM May 12, 2016, 5:48 PM

          Hi! Im having the same issue as @pugsly. I do already have the PIR sensor connected but once I launch the MagicMirror the screen goes white.

          This is what I have in the config.js:

          {
          module: "MMM-PIR-Sensor',
          config: {
          sensorPIN: '2'
          }
          }
          

          Any thoughts? Thx!

          1 Reply Last reply Reply Quote 0
          • I Offline
            incubik
            last edited by paviro May 12, 2016, 6:23 PM May 12, 2016, 5:52 PM

            There was a type on my message… sorry. This is what I have done:

            {
            module: 'MMM-PIR-Sensor’,
            config: {
            sensorPIN: ‘2’
            }
            }
            

            Note from admin: Please use Markdown on code snippets so it is easier to read!

            P 1 Reply Last reply May 12, 2016, 6:22 PM Reply Quote 0
            • P Offline
              paviro Admin @incubik
              last edited by May 12, 2016, 6:22 PM

              @incubik have you checked your Web inspector?

              We're all stories in the end. Just make it a good one, eh?

              – The Doctor

              1 Reply Last reply Reply Quote 0
              • I Offline
                incubik
                last edited by May 12, 2016, 6:31 PM

                I have Raspbian install so Im using Epiphany. Does this browser has a web inspector? if so, where? Thx

                P 1 Reply Last reply May 12, 2016, 6:54 PM Reply Quote 0
                • P Offline
                  pugsly
                  last edited by May 12, 2016, 6:34 PM

                  I got my sensor and hooked it up, same problem.

                  Yes, I am using node version 6.0. When I did the install that’s the version that was installed, I think the install script now installs an older version?

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    Bangee Module Developer
                    last edited by Bangee May 12, 2016, 6:55 PM May 12, 2016, 6:54 PM

                    I’ve tried to use PIN 26. In my electron errorlog, there was this msg:

                    [Error: digitalRead: IsInt32(arguments['pin']) === false]
                    

                    So I went back to PIN 22 and now my mirror starts again. :-)

                    EDIT:

                    New idea -> Try without ’ ';

                    {
                    module: 'MMM-PIR-Sensor’,
                    config: {
                    sensorPIN: 2 ,
                    }
                    }
                    
                    1 Reply Last reply Reply Quote 2
                    • P Offline
                      paviro Admin @incubik
                      last edited by paviro May 12, 2016, 6:57 PM May 12, 2016, 6:54 PM

                      @incubik I don’t use that browser, Google it :)
                      @pugsly Node v6 is not supported at the moment.
                      @Bangee yes, the pin has to be an int :) @incubik you also made that mistake!

                      We're all stories in the end. Just make it a good one, eh?

                      – The Doctor

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 12
                      • 13
                      • 1 / 13
                      1 / 13
                      • First post
                        8/126
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy