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
    • RE: Synology-Docker-Magicmirror

      @cyberphox hey again!

      how would this work.

      the module mmm-voice? so im running mm in docker on synology. I config the file etc.

      how would I setup the raspberry pi to act as a client, and the pi need to have the mic and speakers etc.

      because I cannot connect mic and etc to the synology server to pic up the voice…thats all raspberry pi job.

      posted in Troubleshooting
      O
      OceanK
    • RE: Synology-Docker-Magicmirror

      @cyberphox thanx mate!

      its working , YES!

      posted in Troubleshooting
      O
      OceanK
    • RE: Synology-Docker-Magicmirror

      @cyberphox thanx mate:

      what about your last part?

      just need to figure out how to enter the command in shell for it to run

      after configuring the module in docker , It will autostart as soon as I hit the done button?

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

      Something is not right with the lamda function.

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

      So im back again!

      I started it all from scratch!

      still getting this:

      {
      “errorMessage”: “In state: . No handler function was defined for event SessionEndedRequest and no ‘Unhandled’ function was defined.”,
      “errorType”: “Error”,
      “stackTrace”: [
      “AlexaRequestEmitter.EmitEvent (/var/task/node_modules/alexa-sdk/lib/alexa.js:212:15)”,
      “AlexaRequestEmitter.ValidateRequest (/var/task/node_modules/alexa-sdk/lib/alexa.js:181:23)”,
      “HandleLambdaEvent.i18n.use.init (/var/task/node_modules/alexa-sdk/lib/alexa.js:123:29)”,
      “/var/task/node_modules/i18next/dist/commonjs/i18next.js:190:9”,
      “done (/var/task/node_modules/i18next/dist/commonjs/i18next.js:281:21)”,
      “/var/task/node_modules/i18next/dist/commonjs/i18next.js:302:7”,
      “I18n.loadResources (/var/task/node_modules/i18next/dist/commonjs/i18next.js:238:7)”,
      “I18n.changeLanguage (/var/task/node_modules/i18next/dist/commonjs/i18next.js:301:10)”,
      “load (/var/task/node_modules/i18next/dist/commonjs/i18next.js:186:14)”,
      “I18n.init (/var/task/node_modules/i18next/dist/commonjs/i18next.js:195:7)”
      ]
      }

      posted in Troubleshooting
      O
      OceanK
    • RE: Synology-Docker-Magicmirror

      @cyberphox wow! cool, how?

      posted in Troubleshooting
      O
      OceanK
    • RE: ubuntu and magicmirror

      Thanx Mate! that did it!

      my monitor is 2560 x 1440. But in ubuntu I can only choose max 1920x1080, any suggestions howto fix that?@mykle1

      posted in Troubleshooting
      O
      OceanK
    • ubuntu and magicmirror

      Hello!

      I have lates ubuntu on intel NUC maschine. could someone please help me installing magicmirror. Getting allot of errors when I try to install. How do I start? and what do I need?

      git
      curl
      nodejs

      how do I install electron?

      regards K

      posted in Troubleshooting
      O
      OceanK
    • RE: Strange issue

      @richland007

      Hey mate!

      Same issue here. I might suspect that the pi gets overloaded somehow. If I run less modules it’s not restarting.

      I’m going to try a Intel NUC see what’s happening

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

      hey!

      its not possible to build the alexa module with the intentmodel.json

      The intentmodel.json is depricated, and I cannot build the model =(

      what to do now?

      posted in Troubleshooting
      O
      OceanK
    • 1
    • 2
    • 3
    • 4
    • 2 / 4