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!