Read the statement by Michael Teeuw here.
Bugsounet and MMM-Pir
-
Does anyone know what happend to @bugsounet and his MMM-Pir module?
He seems to have been banned from this forum and his module is no longer available on Github.
-
@qistoph
see https://forum.magicmirror.builders/topic/19362/googleassistant-and-related-modulesnote that he said he intends to remove all his modules
i do not know what precipitated his withdrawl. i can see the conversation, but was not involved. he announced his intentions to another user asking where a module went before i posted the notice.
https://forum.magicmirror.builders/post/123364he was banned (by another moderator) for attacking another member (i was in the car all day yesterday, 350 mile road trip)
i reinstated him, and he did it again
this will not be tolerated. we are adults, and are expected to behave that way. you have a disagreement w someone you resolve it outside the forum. if you cant resolve it, you STILL don’t mention it here.
i ban posters every day trying to post crap here.
i do not provide explanation, or second chancesthis is all very disappointing
-
@sdetweil
I also used several great modules from this developer.
I followed the advice to disable the GA related updates and copy the used modules as backup.
I disabled the GA module, YT module, detector module, browser module,…
When I look in my LOG file I still see that the modules (from this developer) not GA related generating errors.
Is there something we can do about the errors? -
@sdetweil i will post my pir module on github tonight. its much more simple, but may work for some as a replacement.
-
@myfingersarecold add it to the 3rd party wiki
see the link here
you do the editing
https://docs.magicmirror.builders/modules/introduction.html -
@sdetweil will do.
-
added to the 3rd party module wiki list under the other PIR modules. github page linked as well.
-
@bitass i didnt say disable the modules. i said disable the notifications
from the updateNotifications module doc
https://docs.magicmirror.builders/modules/updatenotification.html#configuration-options
-
@bitass and he has blocked all his modules
-
so now the EXT-YouTube wont work either?
-
@MMaik100 yes, sadly all his modules will fail eventually, depending on how tight he coupled them
-
I also just looked for the module as I wanted to contribute some troubleshooting guide and didn’t find it.
As I have installed the module, what do you think about re-publishing it so that it doesn’t get lost?
It is MIT-license so no problem about that! -
I have re-published it already: https://github.com/Coernel82/MMM-Pir
-
@coernel please add it to the third party list
-
Hi,
Is this the correct place to ask questions about the module?
If so, is there any way to test that it is actually running?
I have installed the module for using a PIR module but nothing appears in the screen in the place I requested it.
Thanks
-
@lif have you verified that the PIR is working outside of MagicMirror??
-
@sdetweil said in Bugsounet and MMM-Pir:
@lif have you verified that the PIR is working outside of MagicMirror??
Yes,

-
@lif and you are using the correct pin definition
Pir: { mode: 0, gpio: 21 }, -
@sdetweil said in Bugsounet and MMM-Pir:
@lif and you are using the correct pin definition
Pir: { mode: 0, gpio: 21 },Yes, the working script is:
from gpiozero import MotionSensor
from datetime import datetime
import os, time
import RPi.GPIO as GPIOpir = MotionSensor(21)
while True:pir.wait_for_motion() now = datetime.now() current_time = now.strftime("%H:%M:%S") print("Movement detected at", current_time) pir.wait_for_no_motion() -
@lif I meant MMM-PIR config setup
there are different numbering schemes for GPIO pins and different ways to access
the doc (readme) describes the different choices.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login