• 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 139.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.
  • O Offline
    OceanK
    last edited by Sep 5, 2018, 4:23 PM

    OK!

    so now I have exatly like you. My lamda functions are OK. I test my alexa skill. She answers “what can I do for you my queen”

    I then ask to turn off all modules. And then square on, there is a pronlem with the skill response!!! GAAAAH!

    when you ask for videon on how to make slime for example. can you check your cloudwatch?

    is yours looking on youtube for video but then error on throwing it back to the mirror?

    R 1 Reply Last reply Sep 8, 2018, 8:44 PM Reply Quote 0
    • R Offline
      richland007
      last edited by Sep 7, 2018, 12:37 AM

      I have to check when i get home but i have been tired, long work hours and no patience left on me anymore lol but i feel optimistic like we are getting close like our keys are not matching now or the api
      i will check and let you know

      1 Reply Last reply Reply Quote 0
      • R Offline
        richland007
        last edited by Sep 7, 2018, 1:18 AM

        Without testing anything new today …still at work. just from the old ones i went on google developer console where we got our api and cse key and i find absolutely no logs whatsoever the api and keys have never been used so they are not being hit by Alexa or the mirror the data tables have no data at all all clean and clear
        so that means that there is no communication between them i will verify again once i get home if i am not to tired

        1 Reply Last reply Reply Quote 0
        • O Offline
          OceanK
          last edited by Sep 7, 2018, 3:26 PM

          yes you are correct. I checked mine aswell, nothing.

          interesting though, I cheked my IoT core and that has been hit 8 times sucessfully.

          so that would mean that the connection kit we used to create the cert and root.ca woorks right?

          1 Reply Last reply Reply Quote 0
          • R Offline
            richland007 @OceanK
            last edited by Sep 8, 2018, 8:44 PM

            @oceank Where on cloudWatch do you see the error or the log for youtube videos throwing an error??

            O 1 Reply Last reply Sep 9, 2018, 9:14 AM Reply Quote 0
            • O Offline
              OceanK @richland007
              last edited by yawns Sep 20, 2018, 12:28 PM Sep 9, 2018, 9:14 AM

              @richland007 OK! so first you need to sign into your skills site for alexa. you know where you test the skill, on the wall.

              typ on the wall
              and then she replys back …Hello etc…

              then type Find video of how to make slime for example. Then head over to cloudwatch in the log section.

              search for video content it should look like this:

              09:12:37
              2018-09-09T09:12:37.673Z	7e6f7486-b410-11e8-a41b-3fa2ca23765c	{ "kind": "youtube#searchListResponse", "etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/trfpcxzuGVnn32QncnihWoxjjgs\"", "nextPageToken": "CAEQAA", "regionCode": "US", "pageInfo": { "totalResults": 1000000, "resultsPerPage": 1 }, "items": [ { "kind": "youtube#searchResult", "etag": "\"XI7nbFXulYBIpL0ayR_gDh3e
              2018-09-09T09:12:37.673Z	7e6f7486-b410-11e8-a41b-3fa2ca23765c
              {
                  "kind": "youtube#searchListResponse",
                  "etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/trfpcxzuGVnn32QncnihWoxjjgs\"",
                  "nextPageToken": "CAEQAA",
                  "regionCode": "US",
                  "pageInfo": {
                      "totalResults": 1000000,
                      "resultsPerPage": 1
                  },
                  "items": [
                      {
                          "kind": "youtube#searchResult",
                          "etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/BqgWo2mCqNCYN8WncT1NMhRM7VE\"",
                          "id": {
                              "kind": "youtube#video",
                              "videoId": "eaALjlyKDZI"
                          },
                          "snippet": {
                              "publishedAt": "2017-04-11T19:00:03.000Z",
                              "channelId": "UCIze4Pldy_KjXhYHqBwMLDQ",
                              "title": "How to Make SLIME for Beginners! Best EASY Way to Make Slime!",
                              "description": "YOU CAN NOW BUY MY SLIME ON ETSY: https://goo.gl/9GMmWA Hey guys! Today I'll be showing you the best, easiest way to make slime. Check out my other ...",
                              "thumbnails": {
                                  "default": {
                                      "url": "https://i.ytimg.com/vi/eaALjlyKDZI/default.jpg",
                                      "width": 120,
                                      "height": 90
                                  },
                                  "medium": {
                                      "url": "https://i.ytimg.com/vi/eaALjlyKDZI/mqdefault.jpg",
                                      "width": 320,
                                      "height": 180
                                  },
                                  "high": {
                                      "url": "https://i.ytimg.com/vi/eaALjlyKDZI/hqdefault.jpg",
                                      "width": 480,
                                      "height": 360
                                  }
                              },
                              "channelTitle": "Courtney Lundquist",
                              "liveBroadcastContent": "none"
                          }
                      }
                  ]
              }
              
              1 Reply Last reply Reply Quote 0
              • O Offline
                OceanK
                last edited by yawns Sep 20, 2018, 12:28 PM Sep 9, 2018, 9:18 AM

                next part, in the alexa skills section where you test the skills you can see logs aswell:

                I can see its triggering the :

                "name": "ShowVideoIntent",
                                            "confirmationStatus": "NONE",
                                            "slots": {
                                                "searchTermVideo": {
                                                    "name": "searchTermVideo",
                                                    "value": "how to make slime",
                                                    "confirmationStatus": "NONE"
                

                so its looking for the video and then…nothing. check the whole log section for the alexa skill…its ALLOT and maybe you can figure something out from it.

                1 Reply Last reply Reply Quote 0
                • R Offline
                  richland007
                  last edited by Sep 11, 2018, 4:10 AM

                  Yeap exactly like yours …so does that mean that Lambda is not communicating back with Alexa and why not is the million dollar question question??
                  Another thing i noticed when you ask for images or display text no errors get recorded on Lambda …does this mean that our Api are missing for searches we have something wrong
                  I really don’t know at this point

                  O 1 Reply Last reply Sep 11, 2018, 1:08 PM Reply Quote 0
                  • O Offline
                    OceanK @richland007
                    last edited by Sep 11, 2018, 1:08 PM

                    @richland007 Hey!

                    that is exactly what im trying to figure out. For some reason the lamda is not talking to the mirror.

                    As you say abt the picture search I have the sam “problem”

                    Can you check your iot core(the monitor), on my iot core I can see successful connections.

                    So I guess it means that the root.ca is working and talking to the iot core.

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      richland007
                      last edited by Sep 18, 2018, 1:17 AM

                      Any progress on this at all i have not done anything i was out of town since last Wednesday.
                      I don’t know which direction we should look towards … maybe the api keys and requests are the one messing up
                      i went back on the google developer console and i see my YouTube api hit a few times and with zero errors i also see the CSE (custom search engine) api hit also but with 100% errors …why ??
                      Since it is presenting the data by api numbers that means that the keys are working right but what is the error about??? where do you read more info about that???

                      D

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 13
                      • 14
                      • 5 / 14
                      5 / 14
                      • First post
                        47/138
                        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