Read the statement by Michael Teeuw here.
MMM-NewPIR v3
-
@Fozi No one know my problem with mich. (hein rejas, so stop tell bad things)
So, I will recode another MagicMirror system… After it will be user choice… Fallow me in the new adventure with all @bugsounet module or… Mich Migic mirror without Any of my modules
Actually I do a mix of npm library and my magic mirror app (personal… I have to replace all patch of MagicMirror corrected…)
-
@Bugsounet said in MMM-NewPIR v3:
the hardest part is to anticipate the slightest possible error so as not to crash everything (and even crash MM)
If you can’t do it, i will do it soon :)
I finish other new module before ;)so planned to this module:
- Last presence
- color feature
- HDMI CEC support
under coding :)
-
V3.1.0 is out !
- added : HDMI CEC support and other mode for turn on/off your screen
mode: 1 - use vgencmd (RPI only)
mode: 2 - use dpms (version RPI)
mode: 3 - use tvservice (RPI only)
mode: 4 - use HDMI CEC
mode: 5 - use dpms (linux version for debian, ubuntu, …)
mode: 0 - disabled and turnOffDisplay toosee new configuration of the screen field
- added: display last presence time
- added: auto updater script (npm run update)
- added: notify if update of npm library is available
- added: compatibility with MMM-UpdateNotification for automatic update
- deleted: configMerge script and use MM version integred (
configDeepMerge: true,
)
-
v3.1.2 is out !
I have coded TouchScreen feature
TouchScreen Feature
You can use this feature with a mouse or your touch screen
One Click on the screen: Will wake up the screen or restart your shutdown timerDouble Click on the screen: Will turn off your screen
Edit: see next release
-
v3.1.3 is out !
Touch Screen feature change
TouchScreen Feature
You can use this feature with a mouse or your touch screen
- One Click on the NewPIR Area: will restart your shutdown timer
- Long Click on the screen: Will turn off your screen or Will turn on if needed (Toogle)
if you want to use it:
enable useTouch feature in
screen: {}
fieldCSS value correct
Correct a bug if no other module in the same position is set (module not displayed)
Update of
@bugsounet/screen
npm libraryCounter will send bad value on start (lost one sec.)
-
Hi, can i use this module without a sensor? As yes is everyone here who can explain me how i must go on to start the module without a sensor…
And…what sensor must i have that i can realize this module. Have anyone a link where i can buy it?
Best regards
-
Hello,
takes PIR sensor HC-SR501 it works on , perso
I ordered to see a Doppler Microwave Sensor RCWL-0516 to replace HC SR501
see topic
https://forum.magicmirror.builders/topic/11704/update-replaced-my-pir-sensor-with-a-doppler-microwave-sensor
( more aesthetic ) -
v3.1.5 is out!
added: many mode for touch screen use
added: delayed activating screensee ReadMe File for more informations
-
@pakal41 I can assure you that the Doppler sensor will work 😃
-
@Bugsounet With new version of MagicMirror I decides to try this module.
Running rpi4 with HC-SR501 sensor.
Can you please explain me how exactly ecoMode working. I have some problems with that enabled true. I’m still trying to figure out exactly problem but no luck. I’m using MMM-Globe by Eunanibus and its not reloading (not showing ) after monitor is turn on and sometime even monitor doesn’t wont to turn on. Should I just keep this option false? With ecoMode false at the moment everything is working fine.
Anyway, great work and thank you for your contribution.