@ELMAGO I think …:thinking_face: that looks nice and clean :grinning_face:
Read the statement by Michael Teeuw here.
Posts
-
RE: My First
-
RE: Upgrading Mirror Mark II
@bhepler please show us how change the globe for looking like your globe…
-
RE: My first Magic Mirror!
@troy nice Mirror in a nice Frame :slightly_smiling_face:
what is the name of the sports module?
-
RE: Alex with german commands
@Vauxdvihl there are 2 different kinds of modules.
The first is a normal Alexa on your Mirror (MMM-Awesome Alexa)
The second kind of Alexa modules work as fake Wemo devices and is able to turn on of modules …(MMM-AlexaControl) but you need a echo device. -
RE: MMM-Page - How does the page change
@CyruS1337 you need to add
rotationTime: in milliseconds
-
RE: MMM-Celebrations [german only!]
@lavolp3 Thanks for the nice module …vielen Dank
-
RE: Hi, there is a new Alexa Module
@techcoderun perfect :slightly_smiling_face:
-
RE: Hi, there is a new Alexa Module
{ module: 'MMM-page-indicator', position: 'bottom_bar', config: { pages: 10, } }, -
RE: Hi, there is a new Alexa Module
{ module: 'MMM-pages', config: { modules: [[ "clock", "currentweather", "weatherforecast", "MMM-MyCalendar", "MMM-Lunartic", "MMM-MyWastePickup", "MMM-xiaomi", "MMM-Todoist", "MMM-Sonos", "newsfeed", "compliments", "MMM-AlexaControl"], [ "clock", "MMM-RandomPhoto"], [ "MMM-EasyBack" ], [ "MMM-ImagesPhotos" ], [ "MMM-Globe" ], [ "MMM-WordClock" ], [ "MMM-EyeCandy" ], [ "MMM-EasyPix" ], [ "clock","MMM-MyScoreboard", "MMM-MyStandings"], [ "" ], ], fixed: [""], rotationTime:"0", } }, -
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 ?