• 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 module error

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 3 Posters 712 Views 3 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.
  • J Offline
    Julia
    last edited by Apr 22, 2019, 4:02 PM

    I am getting the message “There was a problem with the requested skills response” and I have no idea what is the cause of this.
    Anyone had this issue before?
    Telling Alexa to open the module returns the response “Hello my Queen…”

    Here is my alexa skill json file:

    {
        "interactionModel": {
            "languageModel": {
                "invocationName": "mirror mirror",
                "intents": [
                    {
                        "name": "AMAZON.FallbackIntent",
                        "samples": []
                    },
                    {
                        "name": "AMAZON.NavigateHomeIntent",
                        "samples": []
                    },
                    {
                        "name": "AMAZON.CancelIntent",
                        "samples": []
                    },
                    {
                        "name": "AMAZON.HelpIntent",
                        "samples": []
                    },
                    {
                        "name": "AMAZON.StopIntent",
                        "samples": []
                    },
                    {
                        "name": "MirrorMirrorHelloIntent",
                        "slots": [],
                        "samples": [
                            "good evening",
                            "good afternoon",
                            "good morning",
                            "hey",
                            "hi",
                            "hello"
                        ]
                    },
                    {
                        "name": "ShowTextIntent",
                        "slots": [
                            {
                                "name": "displayText",
                                "type": "LIST_OF_SIGNS"
                            }
                        ],
                        "samples": [
                            "say {displayText}",
                            "display text of {displayText}",
                            "show text of {displayText}"
                        ]
                    },
                    {
                        "name": "TurnOnModuleIntent",
                        "slots": [
                            {
                                "name": "moduleName",
                                "type": "LIST_OF_SIGNS"
                            }
                        ],
                        "samples": [
                            "open {moduleName}",
                            "open module {moduleName} ",
                            "show {moduleName}",
                            "show module {moduleName} ",
                            "turn on {moduleName}",
                            "turn on module {moduleName} ",
                            "start {moduleName}",
                            "start module {moduleName} "
                        ]
                    },
                    {
                        "name": "TurnOnAllModuleIntent",
                        "slots": [],
                        "samples": [
                            "open all",
                            "open all modules",
                            "open every module",
                            "open each module",
                            "show all modules",
                            "show me all modules",
                            "show every module",
                            "show each module",
                            "turn on all",
                            "turn on all modules",
                            "turn on every module",
                            "turn on each module",
                            "start all",
                            "start all modules",
                            "start every module",
                            "start each module"
                        ]
                    },
                    {
                        "name": "TurnOffAllModuleIntent",
                        "slots": [],
                        "samples": [
                            "close all",
                            "close all modules",
                            "close every module",
                            "close each module",
                            "hide all",
                            "hide all modules",
                            "hide every module",
                            "hide each module",
                            "turn off all",
                            "turn off all modules",
                            "turn off every module",
                            "turn off each module"
                        ]
                    },
                    {
                        "name": "TurnOffModuleIntent",
                        "slots": [
                            {
                                "name": "moduleName",
                                "type": "LIST_OF_SIGNS"
                            }
                        ],
                        "samples": [
                            "close {moduleName}",
                            "close module {moduleName} ",
                            "hide {moduleName}",
                            "hide module {moduleName} ",
                            "turn off {moduleName}"
                        ]
                    },
                    {
                        "name": "ShowImagesIntent",
                        "slots": [
                            {
                                "name": "searchTerm",
                                "type": "LIST_OF_SIGNS"
                            }
                        ],
                        "samples": [
                            "find {searchTerm}",
                            "find images of {searchTerm}",
                            "find pictures of {searchTerm}",
                            "show me {searchTerm}",
                            "show me pictures of {searchTerm}",
                            "show me images of {searchTerm}",
                            "show pictures of {searchTerm}",
                            "show images of {searchTerm}",
                            "display pictures of {searchTerm}",
                            "display images of {searchTerm}"
                        ]
                    },
                    {
                        "name": "ShowVideoIntent",
                        "slots": [
                            {
                                "name": "searchTermVideo",
                                "type": "LIST_OF_SIGNS"
                            }
                        ],
                        "samples": [
                            "show me how to {searchTermVideo}",
                            "show me video of {searchTermVideo}",
                            "show me a video of {searchTermVideo}",
                            "show video of {searchTermVideo}",
                            "show a video of {searchTermVideo}",
                            "display video of {searchTermVideo}",
                            "display a video of {searchTermVideo}",
                            "find video of {searchTermVideo}",
                            "find a video of {searchTermVideo}"
                        ]
                    }
                ],
                "types": [
                    {
                        "name": "LIST_OF_SIGNS",
                        "values": [
                            {
                                "name": {
                                    "value": "hi"
                                }
                            },
                            {
                                "name": {
                                    "value": "hello"
                                }
                            },
                            {
                                "name": {
                                    "value": "hello everyone"
                                }
                            },
                            {
                                "name": {
                                    "value": "good morning"
                                }
                            },
                            {
                                "name": {
                                    "value": "good morning to you"
                                }
                            },
                            {
                                "name": {
                                    "value": "good afternoon"
                                }
                            },
                            {
                                "name": {
                                    "value": "good day"
                                }
                            },
                            {
                                "name": {
                                    "value": "how are you doing"
                                }
                            },
                            {
                                "name": {
                                    "value": "compliments"
                                }
                            },
                            {
                                "name": {
                                    "value": "calendar"
                                }
                            },
                            {
                                "name": {
                                    "value": "current weather"
                                }
                            },
                            {
                                "name": {
                                    "value": "email"
                                }
                            },
                            {
                                "name": {
                                    "value": "newsfeed"
                                }
                            },
                            {
                                "name": {
                                    "value": "weather forcast"
                                }
                            },
                            {
                                "name": {
                                    "value": "clock"
                                }
                            },
                            {
                                "name": {
                                    "value": "compliments"
                                }
                            },
                            {
                                "name": {
                                    "value": "calendar"
                                }
                            },
                            {
                                "name": {
                                    "value": "current weather"
                                }
                            },
                            {
                                "name": {
                                    "value": "email"
                                }
                            },
                            {
                                "name": {
                                    "value": "newsfeed"
                                }
                            },
                            {
                                "name": {
                                    "value": "weather forcast"
                                }
                            },
                            {
                                "name": {
                                    "value": "clock"
                                }
                            },
                            {
                                "name": {
                                    "value": "hunter"
                                }
                            },
                            {
                                "name": {
                                    "value": "queen"
                                }
                            },
                            {
                                "name": {
                                    "value": "snow white"
                                }
                            },
                            {
                                "name": {
                                    "value": "seven dwarfs"
                                }
                            },
                            {
                                "name": {
                                    "value": "elon musk"
                                }
                            },
                            {
                                "name": {
                                    "value": "tesla car"
                                }
                            },
                            {
                                "name": {
                                    "value": "sharks"
                                }
                            },
                            {
                                "name": {
                                    "value": "apple"
                                }
                            },
                            {
                                "name": {
                                    "value": "fruit"
                                }
                            },
                            {
                                "name": {
                                    "value": "bird"
                                }
                            },
                            {
                                "name": {
                                    "value": "bill gates"
                                }
                            },
                            {
                                "name": {
                                    "value": "bugatti"
                                }
                            },
                            {
                                "name": {
                                    "value": "nice cars"
                                }
                            },
                            {
                                "name": {
                                    "value": "vulcanoes"
                                }
                            },
                            {
                                "name": {
                                    "value": "animals"
                                }
                            }
                        ]
                    }
                ]
            }
        }
    }
    
    R 1 Reply Last reply Apr 24, 2019, 5:24 AM Reply Quote 0
    • M Offline
      mattyarmolich
      last edited by Apr 23, 2019, 1:23 AM

      I am still working on the same thing, 90% sure it has something to do with the lambda code if you go on CloudWatch you should be able to see if its doing what you think it is

      1 Reply Last reply Reply Quote 0
      • R Offline
        richland007 @Julia
        last edited by Apr 24, 2019, 5:24 AM

        @Julia Same here …been working on it for a year…other people have gotten it to work though i can’t for some reason :( … look some pages back from the last one here https://forum.magicmirror.builders/topic/8569/mmm-mirrormirroronthewall-installation-issue/131?page=14

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          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