@BD0G from Germany
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Posts
-
RE: Hi, there is a new Alexa Module
@BD0G tonight I will send you my config for the other modules…pages and page indicator
-
RE: Hi, there is a new Alexa Module
@techcoderun no, you don’t need to install wemo or fauxmo
-
RE: Hi, there is a new Alexa Module
@techcoderun i have posted my config…have a look
-
RE: Hi, there is a new Alexa Module
@BD0G the notification in my config is for MMM-Remote-Control
to send notifications (on/off) for each module if you like… -
RE: Hi, there is a new Alexa Module
@BD0G you have to set your number of pages in:
MMM-Pages
and
MMM-page-indicator -
RE: Hi, there is a new Alexa Module
{ module: 'MMM-AlexaControl', position: 'bottom_center', config:{ image: true, pm2ProcessName: "mm", vcgencmd: true, pages:'10', notifications: [ { name: 'notification1', port: 11101, OnOff: true, notification: [["REMOTE_ACTION", { action: "SHOW", module: "module_0_alert" }],["REMOTE_ACTION",{ action: "HIDE", module: "module_0_alert" }]] }, { name: 'notification2', port: 11102, OnOff: true, notification: [["REMOTE_ACTION", { action: "SHOW", module: "module_1_MMM-Remote-Control" }],["REMOTE_ACTION",{ action: "HIDE", module: "module_1_MMM-Remote-Control" }]] }, { name: 'notification3', port: 11103, OnOff: true, notification: [["REMOTE_ACTION", { action: "SHOW", module: "module_2_updatenotification" }],["REMOTE_ACTION",{ action: "HIDE", module: "module_2_updatenotification" }]] }, { name: 'notification4', port: 11104, OnOff: true, notification: [["REMOTE_ACTION", { action: "SHOW", module: "module_3_MMM-Snow" }],["REMOTE_ACTION",{ action: "HIDE", module: "module_3_MMM-Snow" }]] }, ] } }, -
RE: Hi, there is a new Alexa Module
@techcoderun Have you installed:
MMM-Pages
MMM-page indicator ?