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

    Posts

    Recent Best Controversial
    • RE: Airplay 'Now Playing' module - help badly needed

      @darrene You’re missing parenthesis in your call to frombase64:

      this.frombase64();

      posted in Development
      A
      alexyak
    • RE: Mirror, mirror on the wall. Who has the biggest of them all?

      Atom based mini PC should be enough. Something like this:

      https://www.amazon.com/MINIX-NEO-Z64-W-Directly-Technology/dp/B016OBOJ5U/ref=sr_1_31?s=electronics&ie=UTF8&qid=1477430450&sr=1-31&keywords=mini+pc

      posted in Show your Mirror
      A
      alexyak
    • RE: Motion Detector

      @bhepler you’re right. putting a delay should help with the CPU usage.

      posted in Utilities
      A
      alexyak
    • RE: Different sleep function

      What would be the point in power saving if you don’t turn off the HDMI?

      posted in Requests
      A
      alexyak
    • RE: Voice Controlled Wake/Sleep Function

      @jeremytripp So the idea behind the voice control module is that it’s responsible for recognition of the command and sending a global notification to any other module interested in this.

      As for the module that you’re describing like displaying some text based on the command I would recommend creating a separate module in which to listen to this specific message and doing what you need it do.

      posted in Troubleshooting
      A
      alexyak
    • RE: Voice Controlled Wake/Sleep Function

      @jeremytripp So, just to confirm you’d like to activate/deactivate the mirror with voice commands without walking into the room, right? I don’t see anything glaringly wrong with the code except for potential conflicts such as the scenario when you’re in the room where the mirror is and you say “Go to sleep”, the monitor will be switched off, but when you start moving it will switch on again via the motion detector.

      posted in Troubleshooting
      A
      alexyak
    • RE: Voice Control Audio Quality

      I find the sound quality of my USB cam for voice recording quite usable. What’s more important for the snowboy recognition to be more accurate is to record your own voice for the model on the same device you will be using it after.

      posted in Troubleshooting
      A
      alexyak
    • RE: Mirror, mirror on the wall. Who has the biggest of them all?

      To implement globe module should be pretty straight forward. However RPI wouldn’t have enough power to handle smooth animations with WebGL, hence the choice to use Mac Mini for this project.

      posted in Show your Mirror
      A
      alexyak
    • RE: Camera module

      @James thank you for reporting the bugs. I will try to fix them soon.

      The code doesn’t save the photo into the file. The image data base64 encoded is passed from the camera module to the node_helper. I could add this, but am I afraid of filling up the space on the RPI.

      Which provider did you configure the nodemailer with?

      posted in Utilities
      A
      alexyak
    • RE: MMM-Voice-Control

      It looks like you’re using google speech APIs. You are quickly going to run out of the quota and start receiving error messages.

      posted in Utilities
      A
      alexyak
    • RE: Stream video as a mirror

      Just to connect things, here’s the module:

      https://forum.magicmirror.builders/topic/603/camera-module

      posted in Forum
      A
      alexyak
    • RE: Stream video as a mirror

      @KirAsh4 sure. Cameras for everybody!

      posted in Forum
      A
      alexyak
    • Camera module

      I’ve just published the camera module. Besides displaying a video feed on your mirror, it could also take photos and email them.

      [card:alexyak/camera]

      posted in Utilities
      A
      alexyak
    • RE: Stream video as a mirror

      @KirAsh4 sure :) Feel free to branch it and add this functionality. I am done publishing it, btw. I will make a post on the modules topic.

      posted in Forum
      A
      alexyak
    • RE: Stream video as a mirror

      I’ve got a camera module working on my mirror. It works together with my Voice Control module and is able to make selfies and email them to a specified email address. I just need to find some time to package it and post it on github.

      posted in Forum
      A
      alexyak
    • RE: This might be a daft question, but...

      @Mitchfarino Sorry, I’ve not tried this yet myself, but have you tried to use this option that you have selected: “From Existing Node.js code”?

      posted in Development
      A
      alexyak
    • RE: This might be a daft question, but...

      @Mitchfarino Most certainly you should be able to. There are node.js specific projects. You just need to install tools:
      https://beta.visualstudio.com/vs/node-js/

      posted in Development
      A
      alexyak
    • RE: VoiceControl module

      [card:alexyak/voicecontrol]

      posted in Utilities
      A
      alexyak
    • RE: VoiceControl module

      I’ve updated the VoiceControl module to display a list of commands on the mirror:

      0_1472851592256_Screen Shot 2016-09-02 at 5.23.53 PM.png

      [ card : alexyak/voicecontrol ]

      posted in Utilities
      A
      alexyak
    • RE: Handle dependencies

      thank you, @strawberry-3.141. But couldn’t we use the git url as dependencies in the package.json?

      Unrelated questions how do you insert github-card into a post?

      posted in Development
      A
      alexyak
    • 1 / 1