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

    Posts

    Recent Best Controversial
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      Hmm. Add MMM-mirrormirror I to MagicMirror config.js? And also have it installed in the magicmirror/modules folder?

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody @zman3 while you were running npm install on the skills dependencies you didn’t sudo npm install right? That blocks amazons access.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody will do :)

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody there too many moving parts I think to see it all in one spot. But could be wrong lol
      And where wake word runs depends on which program/version of alexa-sdk you’re using. Like I use alexa-avs-sample-app so mine runs in its own terminal. But that’s soon to change. Gonna run Alexapi so it runs right off of boot instead. That’s my project for tonight lol

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody I belive a workspace. Because everything in it is essentially code to import to lambda. So opening a YouTube video runs the youtube-node imported into the function itself.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody sorry and no. Skill stays in your root. I was just saying the other thing about installing IoT

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody also inside MMM-Mirrormirroronthewall located inside magicmirror/modules

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody it only invokes mirror if you ask her to ask mirror.
      Alexa, ask mirror to show me a video of…
      Alexa, ask mirror to close calendar…
      Etc.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Gunwoody mmm is in modules folder inside magicmirror. Sdk is inside mmm and also inside the skill located in the root. Certs is inside mmm and skill.
      Iot runs on its own. Alexa-as you need to run your three terminal executions. Then npm start magic mirror after that.
      Add mmm to magicmirror config and voila. :)

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Journeytojah don’t sudo anything in this git. I made that mistake also.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz nice. I’ll look at switching over after work.
      You need to work on the YouTube functions lol

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz ahhhh. That sucks. I’m running wake word also. I just liked the idea of not having to run it in terminal. Then run mirror. Would have made rebooting simple and flawless. Lol

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz did you see the alexa module that runs inside magic mirror? I just noticed it. Right now I’m running alexa-avs-sample-app but I was curious if you’ve tested the other to see if it works with no additional booting outside the MagicMirror file

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz @Journeytojah well also the index calls for cert keys. For safe measure I had my keys come in as MagicMirror so that cert path was perfect and I didn’t have to change it at all. (You don’t put the full path, just edit your personal name on the file inside MirrorMirror.js) and also make sure you have the skill Id inside index.js correct also.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      Is the error code your getting from the lambda test?

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      It sounds like you guys are zipping the src folder itself also.
      In terminal navigate to INSIDE the src folder then

      zip -r code certs index.js package.json node_modules MirrorMirror.js

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz okay so font check. Adding it’s own module in the module list hides it so that’s a temp fix. But I’ll need your help with maybe adding a lamda function for stopping the video and closing it. I think if you could get those two to work this mod would be perfect.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz if the video runs through youtube-node, maybe adding into the skill “close video - stop youtube_node”? Or is it not that simple since you tube node is actually inside of the mmm module itself?

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Journeytojah my big fail with lambda was the overall simplicity. I tried to make it too complicated.
      Start fresh with a new git skill clone. Create a new project on lambda and follow @Joanaz instructions to the letter. When running npm install make sure you’re in /mirrormirroronthewallskill/src before installing dependencies.
      Don’t sudo anything. And node version should be fine. Lambda test never comes out perfect. Check skill test for success connections.
      Also. For youtube and Google APIs make sure billing is enabled for safe measure.

      posted in System
      S
      savage_gr1nd
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @joanaz I finally got it perfected. And I love it. Minus the fact that we can’t essentially go home on the mirror. I posted it onto github. Is this something doable?

      Edit - I’m dumb and didn’t see the part where you said add a timeout to the module. How do I do this? Once I’m done with that I can finally build my actual mirror onto it :)
      One more edit - looking though files (only on github atm) I can’t find where to change font of text displayed. Is this in a node or am I missing something? Smaller and cleaner is what I’m shooting for lol

      And again. Thank you for writing this. When I saw smart mirrors about a year ago I’ve been dying to do this exact thing. Just didn’t have your brains to get it done:)

      posted in System
      S
      savage_gr1nd
    • 1
    • 2
    • 1 / 2