MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-AlexaControl not changing MMM-Carousel pages anymore

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 471 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      DDE12
      last edited by

      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]
      			},
      		]
      	}
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @DDE12
        last edited by sdetweil

        @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…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 1
        • D Offline
          DDE12 @sdetweil
          last edited by

          @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.

          S 1 Reply Last reply Reply Quote 1
          • S Offline
            sdetweil @DDE12
            last edited by

            @DDE12 awesome!! thanks for the feedback

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy