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.

    MMM-MotionDetector in parallel to MMM-Remote-Control?

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 1 Posters 562 Views 1 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.
    • D Offline
      djay07
      last edited by djay07

      Edit:
      Found the issue of the cam not working, but it disables MMM-Remote-Control.
      Anyone an idea about that? Details in post #2.


      Hi Guys,
      i am a bit puzzled.
      I have a RPi camera here, it works fine testing it with:

      "raspistill -o image.jpg"
      

      I installed the module MMM-MotionDetector and as described I did:

      - Open /etc/modules-load.d/modules.conf
      - Add bcm2835-v4l2 to the end of the file and save it.
      - Reboot.
      

      What I see is the following:

      • The debug output on the screen is never updated.
      • the display doesn’t go off.

      My entry in the config.js:

                 {
                  module: "MMM-MotionDetector",
                  position: "top_left",   // Optional. This can be any of the regions. Displays debug informations.
                  config: {
                          captureIntervalTime: 1000,
                          scoreThreshold: 20,
                          timeout: 6000 // timeout in ms
                          }
                  },
      

      HW:
      RPi 3B+ and the RPi Camera 1 Rev. 1.3

      Any ideas or hints?

      1 Reply Last reply Reply Quote 0
      • D Offline
        djay07
        last edited by

        Okay here is the thing, I missed an hint in the readme of the module, which says it works only on

        address: "localhost",
        

        i had it set to:

        address: "0.0.0.0",
        

        to be able to use MMM-Remote-Control. Does anyone have an idea for me use both in parallel?

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • 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