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 to turn monitor off. Nothing works :(

    Scheduled Pinned Locked Moved Troubleshooting
    magic mirro pirpir sensor
    31 Posts 8 Posters 15.6k Views 9 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.
    • wishmaster270W Offline
      wishmaster270 Module Developer
      last edited by

      Hi,

      i recently wrote a tutorial of how to use two of my modules to turn on/off the display with an PIR sensor.

      English

      German

      I do not have much time to support at the moment but maybe it helps…

      E 2 Replies Last reply Reply Quote 0
      • S Offline
        satsatt
        last edited by

        I have an opposite behavior after updating MM.
        After boot/reboot the mirror is on my HDMI Display but after awhile it disappears.
        The motion sensor only activates the backlight of the display but no content.
        In the webbrowser and with VNC viewer all is normal.
        If i send

        /opt/vc/bin/tvservice -p; sudo /bin/chvt 6; sudo /bin/chvt 7
        

        it comes on again on HDMI but not stays.

        Is there something like a screensaver for HDMI display active?

        wishmaster270W 1 Reply Last reply Reply Quote 0
        • wishmaster270W Offline
          wishmaster270 Module Developer @satsatt
          last edited by

          @satsatt
          Hi,
          it might be a problem with screen blanking.
          If you edit your /boot/cmdline.txt like in this description it might solve the problem.

          S S 2 Replies Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @wishmaster270
            last edited by

            @wishmaster270 if you used the automated install script,m it will turn screen saver off for you if you reply yes…

            you can also run the screensaver off script part from the installation repo here
            https://github.com/sdetweil/MagicMirror_scripts

            it will figure out what system and set it off appropriately.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • E Offline
              elleclouds @wishmaster270
              last edited by

              @wishmaster270 I’ll follow yours today and report back.

              1 Reply Last reply Reply Quote 0
              • E Offline
                elleclouds @wishmaster270
                last edited by

                @wishmaster270 got it working with your tutorial but once the monitor goes into sleep mode, after not receiving a signal, it doesn’t turn back on unless I unplug and plug it back in.

                wishmaster270W 1 Reply Last reply Reply Quote 0
                • wishmaster270W Offline
                  wishmaster270 Module Developer @elleclouds
                  last edited by

                  @elleclouds Hi, do you see any output of the Gpio module in the log file?

                  E 1 Reply Last reply Reply Quote 0
                  • S Offline
                    satsatt @wishmaster270
                    last edited by

                    @wishmaster270
                    the cmdline.txt was already ok , i really had to install xscreensaver and disable screensaver to solve my problem.

                    1 Reply Last reply Reply Quote 0
                    • cowboysdudeC Offline
                      cowboysdude Module Developer
                      last edited by

                      It won’t get any easier then this…

                      https://github.com/cowboysdude/Pir-Sensor

                      1 Reply Last reply Reply Quote 1
                      • E Offline
                        elleclouds @wishmaster270
                        last edited by

                        @wishmaster270 said in PIR sensor to turn monitor off. Nothing works :(:

                        @elleclouds Hi, do you see any output of the Gpio module in the log file?

                        So I got it working with your tutorial. My only issue now is when the monitor doesn’t have a signal it turns completely off and won’t turn back on unless its unplugged and plugged back in. Is there a way to keep the monitor on, just asleep so that the HDMI signal when signaled, activates the screen?

                        1 Reply Last reply Reply Quote 0
                        • wishmaster270W Offline
                          wishmaster270 Module Developer
                          last edited by

                          Hi,
                          it depends on your monitor. Maybe there is an option in the monitor configuration menu.
                          If not you can configure the MMM-Screen-Powersave-Notification module to only hide all modules and show the black background instead of turning the hdmi off (hideInsteadShutoff option)

                          E 2 Replies Last reply Reply Quote 1
                          • E Offline
                            elleclouds @wishmaster270
                            last edited by

                            @wishmaster270 Since the monitor would stay on… would that have any benefits? I can’t access the menu of the monitor due to taking it apart and not knowing where the button to access the menu is located. Thanks for all the assistance and advice, I appreciate it.

                            wishmaster270W 1 Reply Last reply Reply Quote 0
                            • wishmaster270W Offline
                              wishmaster270 Module Developer @elleclouds
                              last edited by

                              @elleclouds Black causes the display to turn off the backlight which saves energy. But it is surely less effective than switching the display to standby mode.

                              E 1 Reply Last reply Reply Quote 1
                              • E Offline
                                elleclouds @wishmaster270
                                last edited by sdetweil

                                @wishmaster270 I’m using this in the config file but its coming back with an error. What am I doing wrong?

                                {
                                        module: 'MMM-Screen-Powersave-Notification',
                                        config: {
                                            delay: 60,
                                            hideInsteadShutoff:true,
                                            }
                                        }
                                    }
                                
                                S 1 Reply Last reply Reply Quote 0
                                • S Do not disturb
                                  sdetweil @elleclouds
                                  last edited by

                                  @elleclouds said in PIR sensor to turn monitor off. Nothing works :(:

                                  What am I doing wrong?

                                  please use the markup for code or config info

                                  mark the text, and hit the button above the editor </>

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  E 1 Reply Last reply Reply Quote 1
                                  • E Offline
                                    elleclouds @sdetweil
                                    last edited by

                                    @sdetweil Did you change it for me, because it looks in the correct format? Any help with the code?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @elleclouds
                                      last edited by

                                      @elleclouds yes I changed it… know nothing about the module sorry

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      S 1 Reply Last reply Reply Quote 1
                                      • S Do not disturb
                                        sdetweil @sdetweil
                                        last edited by

                                        @sdetweil well, u have 1 more close brace } then u have opens {

                                        {
                                                module: 'MMM-Screen-Powersave-Notification',
                                                config: {
                                                    delay: 60,
                                                    hideInsteadShutoff:true,
                                                    }
                                                }                  //  ---- what is that guy?
                                            }
                                        

                                        before u fix it run the config checker

                                        cd ~/magicMirror
                                        npm run config:check 
                                        

                                        so u can learn how to fix them

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 1
                                        • uros76U Offline
                                          uros76
                                          last edited by uros76

                                          For those unsuccessfully trying to put the monitor to sleep and wake up with PIR, are you running MM on pi4 with Rapsberian?
                                          I never managed to get this combination to work. Instead I did succeed with Lubuntu on pi4.

                                          Currently I have working PIR on pi3 with Rapsberian. No issue with this one.
                                          Just the pi4 is so different and worse to configure sleep/wakeup.

                                          My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

                                          1 Reply Last reply Reply Quote 0
                                          • BKeyportB Offline
                                            BKeyport Module Developer
                                            last edited by

                                            Honestly, I would resort to an out-of-MagicMirror experience. I whipped up some python code using GPIOZero to replace MMM-Buttons, for instance…

                                            The "E" in "Javascript" stands for "Easy"

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              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