Read the statement by Michael Teeuw here.
can MMM-Buttons and MMM-AssistantMk2 work together?
-
Hello,
I’m trying to call the MMM-AssistantMk2 by pressing a button but nothing is happening and I’m sure that i’m doing something wrong. the hardware is 100% fine as it works fine with my MMM-Carousel
if someone can help it will be wonderful.
Here is my code:
{
module: ‘MMM-Buttons’,
config: {
buttons: [
{
pin: 24,
name: “carousel_control”,
longPress: {
notification: “CAROUSEL_NEXT”
},
shortPress: {
notification: “CAROUSEL_NEXT”
}
},
{
pin: 22,
name: “google_control”,
longPress: {
notification: “ASSISTANT_ACTIVATE”
},
shortPress: {
notification: “ASSISTANT_ACTIVATE”
}
},
]
}
}, -
@xela
you might needpayload : {profile:"default"}. Is it available to sendpayloadwith MMM-Button? If not so, you can use MMM-NotificationTrigger to add payload to notification. -
thank you!
I will try it tonight.
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