Read the statement by Michael Teeuw here.
[MMM-Buttons] Connect multiple buttons to send configurable notifications
-
Hey guys…
Is it me or having this module + ProfileSwitcher + Facial are not working well together.
I have no issue using the buttons + ProfileSwitcher as I can toggle between profile! Facial recognize me but switch to nothing…
-
@PointPubMedia Did you check out this section? There are some changes needed to make both work together smoothly.
-
Hi…i am a new user here. In my case sing a python test program i can see every single instance of my button press is registered instantly. But in the mirror it seems MMM-Buttons doesnt register pushes unless sometimes I double or triple click.
-
@RickyTerzis I released changes from the development branch, can you try experimenting with the new
activeLow
setting? Maybe you used the inverse wiring to the one I anticipated? -
Hi, @Jopyth, great job on all modules that you developed. They’re great!
I`m trying to send a hide module action to the MMM-Remote-Control module in order to hide the clock (I already know that the id is module_2_clock).I can’t get it to work with MMM-Buttons. The button is working (worked with an alert), but I think that I doing the wrong thing on the parameters of the HIDE module action.
{ pin: 5, name: "HideClock", shortPress: { title: "Hide clock Test", notification: "REMOTE_ACTION", payload: {"action": "HIDE", "identifier": "module_2_clock"} }, longPress: undefined }
Can you or someone give me a clue?
I’d be greateful, thanks! -
@pedroken I think you almost got it, just use
module
instead ofidentifier
:
payload: {"action": "HIDE", "module": "module_2_clock"}
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
have installed the module, just small maybe stupid question. (i have no skills in electronics)
when you talk about pin 24, pin 25, do you mean GPIO24 - GPIO25 ?