Read the statement by Michael Teeuw here.
Hi, there is a new Alexa Module
-
@sgarg15 Hi, I don’t know if it works with a google home mini because I don’t have one. But I think the wemos devices I emulate should work with a google home. So test it. You could use the default config and test the preconfigured devices. Let me know if it works.
-
@JoChef2 I dont think it works, i downloaded it and did npm install, and my config is like this
{ module: 'MMM-AlexaControl', position: 'middle_center', config:{ image: false, pm2ProcessName: "MagicMirror", vcgencmd: "vcgencmd", } },
and my google home mini is unable to detect the magic mirror
-
@sgarg15 how do u discover devices w a mini?
-
@sdetweil you usually go into the app and then click set up new device and it searches for a device and for me when it searches it cant find any device
-
@sgarg15 is it looking for a particular device type? These look like wemo, now Belkin plugs
-
Hello, sorry for my bad english, all work perfectly, but i can not change the pages with alexa, the app only find: -restart -refresh -stop -display off
that work fine, but i can not find page change, please help me, here is my configuration:module: 'MMM-AlexaControl', position: 'middle_center', config: { image: false, pm2ProcessName: "mm", monitorToggle: true, vcgencmd: "vcgencmd", deviceName: "Spiegel", pages: '2' } }, { module: 'MMM-pages', config: { modules: [[ "MMM-OpenmapWeather","weatherforecast","newsfeed","calendar", "compliments"], [ "MMM-OpenmapWeather","calendar", "compliments" ]], fixed: ["clock", "currentweather", "MMM-AlexaControl", "MMM-page-indicator"], } }, { module: 'MMM-page-indicator', position: 'bottom_bar', config: { pages: 2, } },
-
@Stevent Hi, you made one mistake in your config. The apostrophes for the option pages are wrong. You have to write only a number there.
pages: 2