• 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 132.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.
  • B Offline
    blackpanda @OceanK
    last edited by Jan 6, 2019, 3:57 PM

    @oceank magic mirror… turn off {whatever you named your mm module}. Check out ModuleNames.json in your local mm module. There’s a mapping of variables to modules.

    1 Reply Last reply Reply Quote 0
    • O Offline
      OceanK
      last edited by OceanK Jan 6, 2019, 4:13 PM Jan 6, 2019, 4:01 PM

      @blackpanda so this is what I have in my Modulenames.json

      {
      “alert”: “alert”,
      “calendar”: “calendar”,
      “clock”: “clock”,
      “compliments”: “compliments”,
      “current weather”: “currentweather”,
      “weather forecast”: “weatherforecast”,
      “news feed”: “newsfeed”,
      “facial recognition”: “MMM-Facial-Recognition”,
      “smile test”: “MMM-Smile”,
      “globe”: “MMM-Globe”,
      “jokes”: “MMM-jokes”,
      “magic mirror”: “MMM-MirrorMirrorOnTheWall”
      }

      witch one is for turning off pictures? or videos? to clear it.

      R 1 Reply Last reply Jan 6, 2019, 4:55 PM Reply Quote 0
      • R Offline
        Radu_Stancu @OceanK
        last edited by Jan 6, 2019, 4:55 PM

        @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 Jan 6, 2019, 4:57 PM

          @OceanK @Radu_Stancu “turn off magic mirror”

          1 Reply Last reply Reply Quote 0
          • O Offline
            OceanK
            last edited by OceanK Jan 6, 2019, 5:00 PM Jan 6, 2019, 5:00 PM

            @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 Jan 6, 2019, 5:02 PM

              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 Jan 6, 2019, 5:05 PM

                @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 Jan 6, 2019, 5:24 PM Reply Quote 0
                • R Offline
                  Radu_Stancu
                  last edited by Jan 6, 2019, 5:06 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    Radu_Stancu @OceanK
                    last edited by Jan 6, 2019, 5:24 PM

                    @oceank Did you modify the AMAZON.LITERAL?

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      blackpanda @OceanK
                      last edited by Jan 6, 2019, 5:33 PM

                      @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
                      • 1
                      • 2
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 13
                      • 14
                      • 10 / 14
                      10 / 14
                      • First post
                        94/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