• 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-MirrorMirrorOnTheWall installation issue

Scheduled Pinned Locked Moved Unsolved Troubleshooting
138 Posts 11 Posters 127.8k Views 10 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.
  • R Offline
    richland007 @OceanK
    last edited by Oct 29, 2018, 12:19 AM

    @oceank No news…anything on your part ??? I tried to use another voice module for MM control but that ruins my Alexa installation and it does not work itself after that either so that was no-go.

    I think we should start reading again that long thread where people said they had gotten it to work and see what else we may find. I think it is only the return part form the Lampda to the mirror that is not working it cant be that complicated probably something simple but what do i know.
    D

    1 Reply Last reply Reply Quote 0
    • R Offline
      richland007
      last edited by richland007 Nov 5, 2018, 5:30 PM Nov 5, 2018, 5:29 PM

      @OceanK Yesterday i tried all afternoon to play with this again … i tried to change the keys path on the MirorMirrorOnTheWallSKILL before uploading it to Lambda and nothing changed. Well it gave errors that it was not working so i reverted back to the old working zip file that i had where “everything” was last seem to be fine and another error surfaced but the skill works fine.
      The error is this

      2018-11-05T04:11:36.100Z	e2223a43-e0b0-11e8-a28e-557bbecf4c24	The applicationIds don't match: amzn1.ask.skill.[unique-value-here] and amzn1.ask.skill.eXXXXX-dXXX-48bd-9b1c-3d309a950fcf
      2018-11-05T04:11:36.122Z	e2223a43-e0b0-11e8-a28e-557bbecf4c24
      {
          "errorMessage": "Invalid ApplicationId: amzn1.ask.skill.eXXXXXXX-XXX-48bd-9b1c-3d309a950fcf",
          "errorType": "Error",
          "stackTrace": [
              "AlexaRequestEmitter.ValidateRequest (/var/task/node_modules/alexa-sdk/lib/alexa.js:157:27)",
              "HandleLambdaEvent.i18n.use.init (/var/task/node_modules/alexa-sdk/lib/alexa.js:123:29)",
              "/var/task/node_modules/i18next/dist/commonjs/i18next.js:190:9",
              "done (/var/task/node_modules/i18next/dist/commonjs/i18next.js:281:21)",
              "/var/task/node_modules/i18next/dist/commonjs/i18next.js:302:7",
              "I18n.loadResources (/var/task/node_modules/i18next/dist/commonjs/i18next.js:238:7)",
              "I18n.changeLanguage (/var/task/node_modules/i18next/dist/commonjs/i18next.js:301:10)",
              "load (/var/task/node_modules/i18next/dist/commonjs/i18next.js:186:14)",
              "I18n.init (/var/task/node_modules/i18next/dist/commonjs/i18next.js:195:7)",
              "AlexaRequestEmitter.HandleLambdaEvent (/var/task/node_modules/alexa-sdk/lib/alexa.js:114:32)"
          ]
      }
      

      the xxx are my changes to hide my id.
      I went and checked my appid and it has not changed and like i said the skill works when you go on the Alexa console and it responds with “Hello my queen…” however i do not see any video or photo requests coming though n the logs on the youtube api etc.

      Another thing that has changed and i do no know why is the IoT endpoint on IoT Core at the bottom under settings.

      Can you check yours ne more time please run an error test on lambda and see if you see any changes and check your IoT Core endpoint that we copy paste on index.js file

      Denis

      O 1 Reply Last reply Nov 6, 2018, 9:25 AM Reply Quote 0
      • O Offline
        OceanK @richland007
        last edited by Nov 6, 2018, 9:25 AM

        @richland007 Hey!

        I will try later tonite! Im going to do this from scratch again. I will report back. I have been on vaccation for coupple of weeks in dubai. But now Im back!

        So lets try this again!

        1 Reply Last reply Reply Quote 0
        • O Offline
          OceanK
          last edited by Nov 7, 2018, 7:21 PM

          hey!

          its not possible to build the alexa module with the intentmodel.json

          The intentmodel.json is depricated, and I cannot build the model =(

          what to do now?

          1 Reply Last reply Reply Quote 0
          • O Offline
            OceanK
            last edited by Nov 20, 2018, 7:48 PM

            So im back again!

            I started it all from scratch!

            still getting this:

            {
            “errorMessage”: “In state: . No handler function was defined for event SessionEndedRequest and no ‘Unhandled’ function was defined.”,
            “errorType”: “Error”,
            “stackTrace”: [
            “AlexaRequestEmitter.EmitEvent (/var/task/node_modules/alexa-sdk/lib/alexa.js:212:15)”,
            “AlexaRequestEmitter.ValidateRequest (/var/task/node_modules/alexa-sdk/lib/alexa.js:181:23)”,
            “HandleLambdaEvent.i18n.use.init (/var/task/node_modules/alexa-sdk/lib/alexa.js:123:29)”,
            “/var/task/node_modules/i18next/dist/commonjs/i18next.js:190:9”,
            “done (/var/task/node_modules/i18next/dist/commonjs/i18next.js:281:21)”,
            “/var/task/node_modules/i18next/dist/commonjs/i18next.js:302:7”,
            “I18n.loadResources (/var/task/node_modules/i18next/dist/commonjs/i18next.js:238:7)”,
            “I18n.changeLanguage (/var/task/node_modules/i18next/dist/commonjs/i18next.js:301:10)”,
            “load (/var/task/node_modules/i18next/dist/commonjs/i18next.js:186:14)”,
            “I18n.init (/var/task/node_modules/i18next/dist/commonjs/i18next.js:195:7)”
            ]
            }

            1 Reply Last reply Reply Quote 0
            • O Offline
              OceanK
              last edited by Nov 20, 2018, 7:53 PM

              Something is not right with the lamda function.

              1 Reply Last reply Reply Quote 0
              • O Offline
                OceanK
                last edited by Dec 3, 2018, 7:45 AM

                Nothing from your side @richland007 ?

                R 1 Reply Last reply Dec 6, 2018, 7:40 PM Reply Quote 0
                • R Offline
                  richland007
                  last edited by Dec 6, 2018, 5:13 AM

                  nothing at all my friend

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    richland007 @OceanK
                    last edited by Dec 6, 2018, 7:40 PM

                    @oceank this looks very interesting to control themirror with alexa installed already likemy case is https://forum.magicmirror.builders/topic/9211/mmm-alexaonoff-simple-mirror-control-from-external-home-assistant-alexa-google-home-hass-io

                    D

                    1 Reply Last reply Reply Quote 0
                    • O Offline
                      OceanK
                      last edited by OceanK Dec 9, 2018, 8:28 PM Dec 9, 2018, 8:28 PM

                      Hey!@richland007

                      thats i pretty cool! well I already can by voice show and hide every module individually actually and I do that offline. So I dont need any online module like an echo and so on to do this.

                      R 1 Reply Last reply Dec 10, 2018, 4:18 AM Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 13
                      • 14
                      • 7 / 14
                      • 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