• 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 or MMM-AlexaOn/Off setup

Scheduled Pinned Locked Moved Troubleshooting
94 Posts 4 Posters 40.0k Views 5 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
    dave_ @sdetweil
    last edited by Aug 4, 2020, 3:48 PM

    @sdetweil so the alexa module is disabled and again like before when i do that sudo netstat command nothing shows up

    S 1 Reply Last reply Aug 4, 2020, 3:49 PM Reply Quote 0
    • S Away
      sdetweil @dave_
      last edited by Aug 4, 2020, 3:49 PM

      @dave_ so, something doesn’t make sense… please show me your config.js

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Aug 4, 2020, 3:51 PM Reply Quote 0
      • D Offline
        dave_ @sdetweil
        last edited by Aug 4, 2020, 3:51 PM

        This post is deleted!
        S 1 Reply Last reply Aug 4, 2020, 3:54 PM Reply Quote 0
        • S Away
          sdetweil @dave_
          last edited by Aug 4, 2020, 3:54 PM

          @dave_ weird… ok, re-enable AlexaControl (change to disabled: false, ) then restart MM and show me the messages again

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Aug 4, 2020, 3:57 PM Reply Quote 0
          • D Offline
            dave_ @sdetweil
            last edited by Aug 4, 2020, 3:57 PM

            @sdetweil https://photos.app.goo.gl/Eqxwv27mVDBbowBH8

            S 1 Reply Last reply Aug 4, 2020, 3:58 PM Reply Quote 0
            • S Away
              sdetweil @dave_
              last edited by Aug 4, 2020, 3:58 PM

              @dave_ and the MM messages? yes, electron should be using 1900 now for alexacontrol

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              D 1 Reply Last reply Aug 4, 2020, 4:00 PM Reply Quote 0
              • D Offline
                dave_ @sdetweil
                last edited by Aug 4, 2020, 4:00 PM

                @sdetweil https://photos.app.goo.gl/SuvM64zPpyQCZjQT8

                S 1 Reply Last reply Aug 4, 2020, 4:08 PM Reply Quote 0
                • S Away
                  sdetweil @dave_
                  last edited by Aug 4, 2020, 4:08 PM

                  @dave_ ok, as expected… the extra image u posted this morning was from some other time

                  now, if you do alexa discover devices (phone app is more (bottom right), other, discover devices)

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Aug 4, 2020, 4:13 PM Reply Quote 0
                  • D Offline
                    dave_ @sdetweil
                    last edited by Aug 4, 2020, 4:13 PM

                    @sdetweil tried that still no luck

                    S 1 Reply Last reply Aug 4, 2020, 4:20 PM Reply Quote 0
                    • S Away
                      sdetweil @dave_
                      last edited by Aug 4, 2020, 4:20 PM

                      @dave_ ok, need to edit a file to turn on some debugging

                      nano ~/MagicMirror/modules/MMM-AlexaControl/node_modules/node-fauxmo/src/SSDPService.js

                      change lines 92-94, the console.log lines below
                      change from

                      	udpServer.on('message', (msg, rinfo) => {
                      		//debug(`<< server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
                      		//console.log('Search request from ' + util.inspect(rinfo));
                      		//console.log(getMask(rinfo.address, '255.255.255.0'));
                      

                      to

                      	udpServer.on('message', (msg, rinfo) => {
                      		console.log(`<< server got: ${msg} from ${rinfo.address}:${rinfo.port}`);       
                      		console.log('Search request from ' + util.inspect(rinfo));
                      		console.log(getMask(rinfo.address, '255.255.255.0'));
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Aug 4, 2020, 4:22 PM Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 7 / 10
                      7 / 10
                      • First post
                        69/94
                        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