MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. OceanK
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 79
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-MirrorMirrorOnTheWall installation issue

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

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      @blackpanda hmmm ok. So for example if I say " magic mirror…show pictures of dogs"

      I can see all pictures of dogs on the mirror…how do I clear that? I mean what is the module name for that?

      then I understand that I can say turn off (whatever) but I dont get what that module name is for clearing the pictures…

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      @blackpanda last question: If I made a picture search I see the pictures. But how do I clear those? same goes to video.

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      @blackpanda OMG!!! thanx a MILION DUDE! im so happy, its all working now, video, pcitures, modules…everything =)

      YES!

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      when building the alexa model and enter the interaction model, is this the correct model?

      {
      “interactionModel”: {
      “languageModel”: {
      “invocationName”: “magic mirror”,
      “intents”: [
      {
      “name”: “AMAZON.FallbackIntent”,
      “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_TEXT”
      }
      ],
      “samples”: [
      “say {displayText}”,
      “display text of {displayText}”,
      “show text of {displayText}”
      ]
      },
      {
      “name”: “TurnOnModuleIntent”,
      “slots”: [
      {
      “name”: “moduleName”,
      “type”: “LIST_OF_MODULES”
      }
      ],
      “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_MODULES”
      }
      ],
      “samples”: [
      “close {moduleName}”,
      "close module {moduleName} ",
      “hide {moduleName}”,
      "hide module {moduleName} ",
      “turn off {moduleName}”,
      “turn off module {moduleName}”
      ]
      },
      {
      “name”: “ShowImagesIntent”,
      “slots”: [
      {
      “name”: “searchTerm”,
      “type”: “LIST_OF_IMAGES”
      }
      ],
      “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_VIDEOS”
      }
      ],
      “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}”
      ]
      },
      {
      “name”: “AMAZON.MoreIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.NavigateHomeIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.NavigateSettingsIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.NextIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.PageUpIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.PageDownIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.PreviousIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.ScrollRightIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.ScrollDownIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.ScrollLeftIntent”,
      “samples”: []
      },
      {
      “name”: “AMAZON.ScrollUpIntent”,
      “samples”: []
      }
      ],
      “types”: [
      {
      “name”: “LIST_OF_TEXT”,
      “values”: [
      {
      “name”: {
      “value”: “hello”
      }
      },
      {
      “name”: {
      “value”: “hello everyone”
      }
      },
      {
      “name”: {
      “value”: “good morning”
      }
      },
      {
      “name”: {
      “value”: “good morning to you”
      }
      },
      {
      “name”: {
      “value”: “how are you doing”
      }
      }
      ]
      },
      {
      “name”: “LIST_OF_MODULES”,
      “values”: [
      {
      “name”: {
      “value”: “calendar”
      }
      },
      {
      “name”: {
      “value”: “current weather”
      }
      },
      {
      “name”: {
      “value”: “smile test”
      }
      },
      {
      “name”: {
      “value”: “compliments”
      }
      }
      ]
      },
      {
      “name”: “LIST_OF_IMAGES”,
      “values”: [
      {
      “name”: {
      “value”: “queen”
      }
      },
      {
      “name”: {
      “value”: “snow white”
      }
      },
      {
      “name”: {
      “value”: “seven dwarfs”
      }
      },
      {
      “name”: {
      “value”: “sharks”
      }
      },
      {
      “name”: {
      “value”: “elon musk”
      }
      },
      {
      “name”: {
      “value”: “apples”
      }
      },
      {
      “name”: {
      “value”: “sea animals”
      }
      },
      {
      “name”: {
      “value”: “octopus”
      }
      },
      {
      “name”: {
      “value”: “volcanoes”
      }
      },
      {
      “name”: {
      “value”: “birds”
      }
      },
      {
      “name”: {
      “value”: “bill gates”
      }
      },
      {
      “name”: {
      “value”: “animals”
      }
      },
      {
      “name”: {
      “value”: “rattle snakes”
      }
      }
      ]
      },
      {
      “name”: “LIST_OF_VIDEOS”,
      “values”: [
      {
      “name”: {
      “value”: “draw”
      }
      },
      {
      “name”: {
      “value”: “paint”
      }
      },
      {
      “name”: {
      “value”: “make slime”
      }
      },
      {
      “name”: {
      “value”: “unlock locks”
      }
      },
      {
      “name”: {
      “value”: “apples”
      }
      },
      {
      “name”: {
      “value”: “bananas”
      }
      },
      {
      “name”: {
      “value”: “movie trailer”
      }
      },
      {
      “name”: {
      “value”: “video games”
      }
      },
      {
      “name”: {
      “value”: “volcanoes”
      }
      },
      {
      “name”: {
      “value”: “birds”
      }
      },
      {
      “name”: {
      “value”: “bill gates”
      }
      },
      {
      “name”: {
      “value”: “animals”
      }
      },
      {
      “name”: {
      “value”: “rattle snakes”
      }
      },
      {
      “name”: {
      “value”: “cats”
      }
      },
      {
      “name”: {
      “value”: “dogs”
      }
      },
      {
      “name”: {
      “value”: “lego superman”
      }
      },
      {
      “name”: {
      “value”: “lego batman”
      }
      },
      {
      “name”: {
      “value”: “apple and orange”
      }
      },
      {
      “name”: {
      “value”: “evil queen”
      }
      }
      ]
      }
      ]
      }
      }
      }

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      @blackpanda SO you got this to work? I still have problem =( When building the model could you paste your interactionmodel? the one that goes into the json editor…

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      @blackpanda thanx bro! I will try this later today, I will report back. @richland007 did it work for you?

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      Hey @richland007 !

      I use this module: Helo Lucy: https://github.com/mykle1/Hello-Lucy

      So im running aintel nuc with ubuntu to run the magicmirror with lucy. So I have one hidden microphone behind the mirror for that.

      Then I have a raspberry pi with hidden microphone and speakers, running both Alexa and google assistant =)

      https://github.com/shivasiddharth/Assistants-Pi

      So now its running like I want it =)

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      Hey!@richland007

      thats i pretty cool! well I already can by voice show and hide every module individually actually and I do that offline. So I dont need any online module like an echo and so on to do this.

      posted in Troubleshooting
      O
      OceanK
    • RE: MMM-MirrorMirrorOnTheWall installation issue

      Nothing from your side @richland007 ?

      posted in Troubleshooting
      O
      OceanK
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 3 / 8