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

    Posts

    Recent Best Controversial
    • RE: Motion Detector

      @phoenixrising That is only an override for the defaults? Or am I missing something here. Working the same way with or without the config part.

      posted in Utilities
      J
      Jhonte
    • RE: Motion Detector

      @phoenixrising said in Motion Detector:

      @Jhonte , post your config file.

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
      	language: 'en',
      	timeFormat: 24,
      	units: 'metric',
      
      	modules: [
      		{
      			module: 'motiondetector'
      		}
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      posted in Utilities
      J
      Jhonte
    • RE: Motion Detector

      @alexyak I’m using raspberry pi 3 with the camera module. And the motiondetection module.

      Could not initiate the module before I ran sudo modprobe bcm2835-v4l2 but even after I never get any motion “score”.

      I inspected the diffImageData it all contained 0,0,0,255 in series…

      The camera works when using raspistill. Any hints of what I can test to debug the camera output within electro?

      posted in Utilities
      J
      Jhonte
    • 1 / 1