@phoenixrising Sorry! I meant timeout: 10000 in config.js file. Copy pasted wrong part
Read the statement by Michael Teeuw here.
Posts
- 
RE: Motion Detector
- 
RE: Motion Detector@danielis Actually got it to work now, changed to “updateInterval: 10000” from “updateInterval: 1000” and in diff-cam-engine.js I changed captureIntervalTime to 1000 instead of 100. Made it easier on the RBP3 i think. 
 Downloaded MMM-SystemStats to keep check on sysload during config and it’s lookin’ good now.
 Thanks for the help! I’ll comeback with a picture of the mirror as soon as my mirrorglas arrives.
- 
RE: Motion Detector@danielis Where do I fint that? I’ve searched all the .js files in the module and config. 
- 
RE: Motion Detector@in_a_days Hit! Works now, BUT next issue. 
 After 5-6 min the screens goes white, can’t find anything in the code that would cause that.
- 
RE: Motion DetectorHi! I’m trying to get this to work, have a USB cam attached to the RPI3 and installed the .js. 
 But when I add the code:{ 
 module: ’motiondetector’,
 config:
 }
 }Am I missing something? Because it only give me errors… :( (new to this) 
- 
RE: Trying to add a background picture, {Body} doesnt work@Wedee I realised that after several tries and errors. I work in photoshop on a daily basis and I think in layers so to speak. 
- 
RE: Trying to add a background picture, {Body} doesnt workThanks! 
 No I wasn’t embarrassing enough haha.Got it right now tho! 
- 
Trying to add a background picture, {Body} doesnt workHi! Im trying the code: body { 
 background-image: url(“paper.gif”);
 background-color: #cccccc;
 }Can’t get it to work tho, kinda new to this. 
 I want a faded out picture behind the mirror, so my plan is to choose an image and then place a layer of grey over with aprox 50-60% transparencyAny takers?