Read the statement by Michael Teeuw here.
MMM-MirrorMirrorOnTheWall installation issue
-
@oceank Did you modify the AMAZON.LITERAL?
-
@oceank you have to understand what you’ve configured in your interaction model.
{ “name”: “TurnOffModuleIntent”, “slots”: [ { “name”: “moduleName”, “type”: “LIST_OF_MODULES” } ], “samples”: [ “close {moduleName}”, "close module {moduleName} ", “hide {moduleName}”, "hide module {moduleName} ", “turn off {moduleName}”, “turn off module {moduleName}” ] },
Check and understand your interaction model and intents. Does the type “LIST_OF_MODULES” defined in your interaction model include the module that you are trying to turn off?
-
@blackpanda thanx for the info! I have to check it! because I can hide all other modules etc, except clearing video/pictures. Thanx a million!
-
@oceank Can you share your current json config? I can`t get past the amazon.literal
-
@radu_stancu AMAZON.LITERAL has been deprecated.
Check this out: https://developer.amazon.com/docs/custom-skills/literal-slot-type-reference.html
-
@blackpanda Yeah, Im working on it, I was hoping somebody did this already so I dont have to troubleshoot. I`m trying to get this module working for more than a month now.
-
@radu_stancu @OceanK posted his json config yesterday. Just need to go back a page or two in this thread.
You’ll still need to understand what’s configured, in my opinion. Otherwise you’ll run into issue troubleshooting or extending the model. It’s pretty straight forward.
-
@Radu_Stancu check page 8 or 9 I posted it earlier the whole thing.
-
@blackpanda Oh right, saw it, I initially thought it was the old version. Thanks mate. I do understand how it works to some extent. But when I have to rewrite it I get lost.
-
@blackpanda Got it working + the policy thing. I get the connected to AWS in the console so I guess its good. The problem is that nothing happens when I say something. I suppose the mic is not set correctly. I have to troubleshoot this now.
Connected to AWS IoT
Subscribed: MagicMirror:new-text
Subscribed: MagicMirror:new-images
Subscribed: MagicMirror:change-module
Subscribed: MagicMirror:new-videoMeans that I successfully installed it right? No more troubleshooting required on this side?