Read the statement by Michael Teeuw here.
MMM-NewPIR v3
-
@lolo ecoMode Feature hide all modules (disable modules), after maybe your globe module have a bug on disable/resume (this fonction is a function coded in the core of MM)
-
Thx. Even one my module have problem with that. For now I will keep it as false.
-
It’s working :smiling_face_with_open_mouth:
After a couple of tries with all available PIR Modules it’s working with MMM-NewPIR perfect!
Many thanks! -
…Ohh no.
Getting update notification for MMM-NewPIR.
I’m trying in MagicMirror/modules/MMM-NewPIR
git pull
but get the message “it’s actual already”
Notification message still there.
Any idea please?
-
I had the same. After
git pull
Enter
mom run update
and reboot.
-
where to run
mom run update
?
I tried inhome
,MagicMirror
,modules
andMMM-NewPIR
got th message-bash: mom: Kommando nicht gefunden.
-bash: mom: Command not found.
-
Hast noone an Idea how to get rid of thus Update Message?
-
This should work
cd ~/MagicMirror/modules/MMM-NewPIR
git pull
npm run update
sudo reboot
-
@lolo it works!
Many thanksAgain this Forum ist so helpful 🥳
-
Hey there Guys,
I´m stuck and I need your help.My Code:
{ module: 'MMM-NewPIR', position: 'top_left', configDeepMerge: true, config: { debug: false, screen: { delay: 2 * 60 * 1000, // 2 * 60 * 1000 = 2 Minuten turnOffDisplay: true, mode: 1, ecoMode: true, displayCounter: true, text: "Auto Turn Off Screen:", displayBar: true, displayStyle: "SemiCircle", governorSleeping: false, displayLastPresence: true, LastPresenceText: "Last Presence:", useTouch: false, delayed: 0 }, pir: { usePir: true, gpio: 21, reverseValue: false } } },
My HC-SR501 Sensor is wired as following:
VCC (+5V) > GPIO PIN 2
OUT > GPIO PIN 21
GND > GPIO PIN 6Problem:
The timer runs down, the display switches off and then stays black.
It seems as the movement is not recognized by the PIR.I already tried another PIR, same failure.
Switching to another PIN > 22 with editing the config results with the same “failure”.At the moment I don´t know, where the source of my problem is buried and I could use some help from you.
Thank you in advance