• 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.

"No Signal" message when PIR sensor is triggered

Scheduled Pinned Locked Moved Troubleshooting
16 Posts 7 Posters 3.3k Views 6 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.
  • S Offline
    steverichab
    last edited by sdetweil Oct 23, 2020, 4:24 PM Oct 23, 2020, 4:17 PM

    The MMM-PIRSensor is working perfectly. Unfortunately when the sensor times out due to no presents detected I get a blue screen with “No Signal” on my monitor/screen. Here’s my config:

     {
    		module: 'MMM-PIR-Sensor', 
    		position: "top_center", // Remove this line to avoid having an visible indicator
    		config: {
    			sensorPin: 22,
    			powerSaving: true,
    			powerSavingDelay: 10, // Turn HDMI OFF after 60 seconds of no motion, until motion is detected again
    			preventHDMITimeout: 1, // Turn HDMI ON and OFF again every 4 minutes when power saving, to avoid LCD/TV timeout
    			supportCEC: true, 
    			presenceIndicator: "fa-eye", // Customizing the indicator
    			presenceOffIndicator: "fa-eye", // Customizing the indicator
    			presenceIndicatorColor: "#f51d16", // Customizing the indicator
    			presenceOffIndicatorColor: "#2b271c" // Customizing the indicator
    		}
    		},
    

    I have enabled HDMI CEC on my monitor. I just want it to go dark. any suggestions?
    Thanks in advance!!

    S L 3 Replies Last reply Oct 23, 2020, 4:24 PM Reply Quote 0
    • S Away
      sdetweil @steverichab
      last edited by Oct 23, 2020, 4:24 PM

      @steverichab don’t know the answer, but when u paste config or code, please use the code block,

      after pasting the text, select it, and hit the </> button above the editor to wrap the text

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @steverichab
        last edited by Oct 23, 2020, 4:25 PM

        @steverichab oh, and my TV does the same… the HDMI is turned off at the PI, so the tv shows no input

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          steverichab
          last edited by Oct 23, 2020, 4:29 PM

          Thanks Sam, As you can tell I’m a newbie but I really appreciate the coaching!

          Is there a way to simple trigger a black screen saver via the PIRSensor module? really anything but a blue “No Signal” message.

          S 1 Reply Last reply Oct 23, 2020, 6:04 PM Reply Quote 0
          • S Offline
            Serge @steverichab
            last edited by Serge Oct 23, 2020, 6:05 PM Oct 23, 2020, 6:04 PM

            @steverichab with mmm-remotecontrol you can “hide” all modules. So you will get a clear black screen without “no signal” message.

            S 1 Reply Last reply Oct 23, 2020, 7:51 PM Reply Quote 0
            • S Offline
              steverichab @Serge
              last edited by Oct 23, 2020, 7:51 PM

              @Serge said in "No Signal" message when PIR sensor is triggered:

              mmm-remotecontrol

              Thank You Serge, not sure how to hide when the PIR sensor module is triggered. I will start to work on it.

              S 1 Reply Last reply Oct 23, 2020, 9:02 PM Reply Quote 0
              • S Offline
                steverichab @steverichab
                last edited by Oct 23, 2020, 9:02 PM

                @steverichab Wow Serg, My head exploded while trying to get the the MMM-Remote-Control module to “hide” just the calendar module when triggered by the MMM-PIRSensor module. Could you show or point me to an example of these two modules getting rid of this “no signal” problem.
                Thanks!

                1 Reply Last reply Reply Quote 0
                • L Offline
                  lavolp3 Module Developer @steverichab
                  last edited by lavolp3 Oct 23, 2020, 9:17 PM Oct 23, 2020, 9:17 PM

                  @steverichab said in "No Signal" message when PIR sensor is triggered:

                  The MMM-PIRSensor is working perfectly. Unfortunately when the sensor times out due to no presents detected I get a blue screen with “No Signal” on my monitor/screen. Here’s my config:

                   {
                  		module: 'MMM-PIR-Sensor', 
                  		position: "top_center", // Remove this line to avoid having an visible indicator
                  		config: {
                  			sensorPin: 22,
                  			powerSaving: true,
                  			powerSavingDelay: 10, // Turn HDMI OFF after 60 seconds of no motion, until motion is detected again
                  			preventHDMITimeout: 1, // Turn HDMI ON and OFF again every 4 minutes when power saving, to avoid LCD/TV timeout
                  			supportCEC: true, 
                  			presenceIndicator: "fa-eye", // Customizing the indicator
                  			presenceOffIndicator: "fa-eye", // Customizing the indicator
                  			presenceIndicatorColor: "#f51d16", // Customizing the indicator
                  			presenceOffIndicatorColor: "#2b271c" // Customizing the indicator
                  		}
                  		},
                  

                  I have enabled HDMI CEC on my monitor. I just want it to go dark. any suggestions?
                  Thanks in advance!!

                  I have the same issue, and I am sure there was a time I got the monitor turned off directly with another module.
                  I think there are different ways of turning the monitor off, at least for more recent Raspberry Pis and this module might be using the wrong one for us.
                  I wanted to look into this more, you motivated me again :-).

                  How to troubleshoot modules
                  MMM-soccer v2, MMM-AVStock

                  S 1 Reply Last reply Oct 24, 2020, 1:54 AM Reply Quote 0
                  • S Offline
                    steverichab @lavolp3
                    last edited by Oct 24, 2020, 1:54 AM

                    @lavolp3 Thanks, I hope you come up with something. As I said the frame is functioning perfectly except for the “no signal” problem. The MMM-Remote-Control module is tempting but I was not able to figure out how to “hide” everything when the PIR sensor triggered.

                    W L 2 Replies Last reply Oct 24, 2020, 5:20 AM Reply Quote 0
                    • W Offline
                      wishmaster270 Module Developer @steverichab
                      last edited by Oct 24, 2020, 5:20 AM

                      @steverichab Hi, there are other PIR modules that support hiding out of the box like MMM-NewPIR or mine MMM-Screen-Powersave-Notification.
                      My module needs my GPIO module to get triggered. You ca find a complete example here

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        9/16
                        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