@pugsly I’ll give it a try tomorrow. Thanks
Read the statement by Michael Teeuw here.
Posts
- 
RE: Pir sensor@sdetweil Hi mate. Sorry I don’t know how to do that. I’m not a programming person. I’m copy past person actually 🤣 
- 
RE: Pir sensor@sdetweil it work like https://github.com/paviro/MMM-PIR-Sensor 
 mmm-pir-sensor is not working anymore that’s why I wanted to use the light one. but this one is not working looks like
- 
RE: Pir sensor@sdetweil I put the countdown for 1 min. but when the countdown start it goes to 54 then it go back to 1 min again. my config is 
 {
 module: “MMM-PIR-Sensor-Lite”,
 position: “top_right”,
 config: {
 sensorPin: 2, // GPIO pin
 }
 }and the .js is 
 defaults: {
 sensorPin: 0, // GPIO pin
 commandType: ‘xrandr’, // Type of command used
 title: “Automatic Standby”,
 rotation: ‘normal’,
 deactivateDelay: 1 * 60 * 1000, // 15 minutes
 updateInterval: 1000, // 1 second
 animationSpeed: 1000, // 1 second
 showCountDown: true,
 showDetection: true,
 hoursLabel: ‘h’,
 minutesLabel: ‘m’,
 secondsLabel: ‘s’,
 },
- 
Pir sensorIs there any working pir sensor exists? Pir sensor light is not working for me 
- 
RE: how to install specific version of magicmirror@sdetweil thanks 😊. Will try soon. 
- 
RE: how to install specific version of magicmirror@sdetweil after I done 
 git clone https://github.com/MichMich/MagicMirrorThen git chackout 2.19.0 ? Sorry I’m bit confused here 
- 
RE: how to install specific version of magicmirror@sdetweil is it automatic installation. Or I have to do it manually. 
- 
RE: nest-status access token@xadamxk Hi mate thanks for replying. Im using module refresher now and it refresh my module every few hours. I don’t see any errors after start using it.