A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Hi is there a easy way to see the modulenumber?
-
@Stoffbeuteluwe what do u mean by number?
-
@sdetweil MMM-AlexaOnOff needs a number for every module
-
@sdetweil name: “Alarmmodul”,
on: {
notification: “REMOTE_ACTION”,
payload: { action: “SHOW”, module: “module_1_alert” }
},
off: {
notification: “REMOTE_ACTION”,
payload: { action: “HIDE”, module: “module_1_alert” }
},
},
{ -
@Stoffbeuteluwe oh, module_identifier,
I think they are numerical, top to bottom of config.js.
But you could look at the generated html in the developers window
-
@sdetweil thanks
-
@Stoffbeuteluwe select the elements tab in the developers window…
but looking at it, they are numeric starting at 1, top down in config.jsmodule_number_moduleName