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 171.1k 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
      Radu_Stancu @OceanK
      last edited by

      @oceank Note: To clear the text/images/video displayed by this module, you can simply turn this module off.

      I suppose that means closing MMM-MirrorMirrorOnTheWall module

      1 Reply Last reply Reply Quote 0
      • B Offline
        blackpanda
        last edited by

        @OceanK @Radu_Stancu “turn off magic mirror”

        1 Reply Last reply Reply Quote 0
        • O Offline
          OceanK
          last edited by OceanK

          @blackpanda @Radu_Stancu

          maybe something is wrong with my interaction model because when I say magic mirror…and then say turn off magic mirror…I get " closing all modules"

          how does your interaction model look like? something is missing from mine I guess I posted earlier?

          1 Reply Last reply Reply Quote 0
          • R Offline
            Radu_Stancu
            last edited by

            I have not managed to get the JSON code to build so I cant help. Im trying to use the one you have posted.

            1 Reply Last reply Reply Quote 0
            • O Offline
              OceanK
              last edited by

              @Radu_Stancu aaah ok. Well that one posted is working great except I cannot clear videos nor pictures. So thats no good.

              @blackpanda is clearing video/photos working for you? if so…any suggestion for solving it?

              R B 2 Replies Last reply Reply Quote 0
              • R Offline
                Radu_Stancu
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • R Offline
                  Radu_Stancu @OceanK
                  last edited by

                  @oceank Did you modify the AMAZON.LITERAL?

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    blackpanda @OceanK
                    last edited by

                    @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?

                    1 Reply Last reply Reply Quote 0
                    • O Offline
                      OceanK
                      last edited by

                      @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!

                      R 1 Reply Last reply Reply Quote 0
                      • R Offline
                        Radu_Stancu @OceanK
                        last edited by

                        @oceank Can you share your current json config? I can`t get past the amazon.literal

                        B 1 Reply Last reply Reply Quote 0
                        • B Offline
                          blackpanda @Radu_Stancu
                          last edited by

                          @radu_stancu AMAZON.LITERAL has been deprecated.

                          Check this out: https://developer.amazon.com/docs/custom-skills/literal-slot-type-reference.html

                          R 2 Replies Last reply Reply Quote 0
                          • R Offline
                            Radu_Stancu @blackpanda
                            last edited by

                            @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.

                            B 1 Reply Last reply Reply Quote 0
                            • B Offline
                              blackpanda @Radu_Stancu
                              last edited by

                              @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.

                              R 1 Reply Last reply Reply Quote 0
                              • O Offline
                                OceanK
                                last edited by

                                @Radu_Stancu check page 8 or 9 I posted it earlier the whole thing.

                                1 Reply Last reply Reply Quote 0
                                • R Offline
                                  Radu_Stancu @blackpanda
                                  last edited by Radu_Stancu

                                  @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.

                                  1 Reply Last reply Reply Quote 0
                                  • R Offline
                                    Radu_Stancu @blackpanda
                                    last edited by

                                    @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-video

                                    Means that I successfully installed it right? No more troubleshooting required on this side?

                                    1 Reply Last reply Reply Quote 0
                                    • O Offline
                                      OceanK
                                      last edited by

                                      @Radu_Stancu

                                      you could try the alexa skill at alexa skill development console. to see everything is working OK. because you can then type in the commands and it will answer if all is OK.

                                      have you tryed that?

                                      R 1 Reply Last reply Reply Quote 0
                                      • R Offline
                                        Radu_Stancu @OceanK
                                        last edited by

                                        @oceank Yea that worked to some extent. When I say show me images it says that something is not supported.

                                        Amazon Photos is not supported on this device. View your photos using the Amazon Photos app or website, or on devices like Fire TV or Echo Show.

                                        When I say Alexa, start magic mirror, it promptly replies : “Hello my Queen, what can I do for you?” so that is working (Although I would like to change that message later)

                                        1 Reply Last reply Reply Quote 1
                                        • O Offline
                                          OceanK
                                          last edited by OceanK

                                          @Radu_Stancu did you follow the guide for google custom search? you have to enable images search for the custom engine.

                                          so the syntax will be “alexa…magic mirror…(then she will say hello my queen etc) and then you say .show me pictures of apples”

                                          R 2 Replies Last reply Reply Quote 0
                                          • R Offline
                                            Radu_Stancu @OceanK
                                            last edited by

                                            @oceank I did follow the guide, and put the necessary api keys. I will redo the steps, maybe I missed something.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 4 / 7
                                            • 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