• 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
  1. Home
  2. Jhonte
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

Jhonte

@Jhonte

0
Reputation
369
Profile views
3
Posts
0
Followers
0
Following
Joined Feb 23, 2017, 7:58 PM
Last Online Feb 20, 2022, 9:21 AM

Jhonte Unfollow Follow

Latest posts made by Jhonte

  • 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
    Feb 23, 2017, 8:42 PM
  • 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
    Feb 23, 2017, 8:15 PM
  • 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
    Feb 23, 2017, 8:01 PM
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