The error is on my phone. Replacing the ‘0.0.0.0’ value with my Pi’s ip address makes no difference. I still get the same message.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Posts made by Julia
-
RE: This device is not allowed to access your mirror.
-
MMM-MirrorMirrorOnTheWall module error
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" } } ] } ] } } }
-
RE: This device is not allowed to access your mirror.
@sdetweil I am trying to connect my laptop. What do you mean by “Is it using remote-control apis?”?
-
This device is not allowed to access your mirror.
var config = { address: '0.0.0.0', port: 8080, ipwhitelist: [], . . . . . . . . . . . . . . { module: "MMM-Remote-Control", config: { position: 'right', apiKey: ' ' },
This is my config file but even If I whitelist every ip address I still can’t connect
“Thisdevice is not allowed to access your mirror.
Please check your config.js or config.js.sample to change this.”Any ideas?
Pi 3b+ and mobile hotspot btw