Read the statement by Michael Teeuw here.
MMM-AlexaControl not changing MMM-Carousel pages anymore
-
MMM-AlexaControl was working great changing pages of Sbatm’s MMM-Carousel but stopped a couple of months ago. The Wemo devices are present in the Alexa App and show as connected but tapping the power button or speaking the command does not result in a page change anymore. I’m using a Raspberry Pi for the Magic Mirror. Here is my MMM-AlexaControl config. I would really appreciate some help in troubleshooting this. Thanks!
{ // MMM-AlexaControl module: 'MMM-AlexaControl', //disabled: true, position: 'top_center', config: { deviceName: "Magic Mirror", image: false, width: 100, height: 100, pm2ProcessName: "mm", vcgencmd: "vcgencmd", monitorToggle: true, notifications: [ { name: 'CarouselNext', port: 11101, OnOff: true, notification: ["CAROUSEL_NEXT"] }, { name: 'Main', port: 11107, OnOff: true, notification: ["CAROUSEL_GOTO", 1] }, { name: 'Calendar', port: 11108, OnOff: true, notification: ["CAROUSEL_GOTO", 2] }, { name: 'Weather', port: 11109, OnOff: true, notification: ["CAROUSEL_GOTO", 3] }, ] } },
-
@DDE12 i don’t use carousel, so I don’t know… but off/on works for my alexacontrol
you could use this module to see notifications sent
https://github.com/glitch452/MMM-ViewNotifications
to see if AlexaControl sends the info or not…
-
@sdetweil Thank you for taking a look at this. I was getting odd info from MMM-Notifications so I changed all the OnOff 's to false in the notification section and it started working.
-
@DDE12 awesome!! thanks for the feedback