• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 435 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 Oct 1, 2023, 12:00 AM

    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 Oct 1, 2023, 3:52 PM Reply Quote 0
    • S Away
      sdetweil @DDE12
      last edited by sdetweil Oct 1, 2023, 3:54 PM Oct 1, 2023, 3:52 PM

      @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 Oct 2, 2023, 12:05 AM Reply Quote 1
      • D Offline
        DDE12 @sdetweil
        last edited by Oct 2, 2023, 12:05 AM

        @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 Oct 2, 2023, 6:56 PM Reply Quote 1
        • S Away
          sdetweil @DDE12
          last edited by Oct 2, 2023, 6:56 PM

          @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
          1 / 1
          • First post
            3/4
            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