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

    Posts

    Recent Best Controversial
    • RE: Voice/motion control

      Yea i have finaly installed node-pocketsphinx. It needs a lot of dependeties. I start find out now how get a voice command out of it. Are u using node-pocketsphinx as well? Or are u using it standalone? Or maybe the pocketsphinx.js?
      I like to hear if you get something working.

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @alexyak yea, i have seen the smart-mirror code. But i don’t pref 2 voice modules… the thing is if your playing around with the map function (zoom in, zoom in, zoom in, go to, zoom out, enz) then you run out of api calls fast.
      I give up on the voice control module… i hope there will be one soon ^^

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @KirAsh4 The output is exactly what i want. It’s just the proof i get over the api limit of 50 request/day when i use chrome. The thing is when i use this in electron/chromium i have a limit of 50…
      I am still searching for a way to get around the limit or perhaps use another api/voice recognizer…

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      Sorry for spamming what about: https://github.com/cmusphinx/node-pocketsphinx

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      nvm i already see it depends on the chrome api key and not the chromium…

      What about cloud voice api?

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @michmich @KirAsh4 running a simple html with the following code gets me more results then 50. and also run more then a hour already.

      I run it with https in chrome and get:
      0_1469556674964_upload-8cd7fc28-ea4b-4861-9aa3-a711d2c8e440

      has this something to do with chrome that there is no limit?

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      i can’t get it to work with the sphinx package. simply cuz i am not smart enough -_-
      I get pocketsphinx regognize my words but not in the js envirement and i don’t get response out of it.

      I think i just use “blather” for the time being to control my monitor on and off. I hope someone make a voice module soon. ^^

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @alexyak true, hè got à separate speech module for unlock annyang. Still you get max 50 commands a day. If i use annyang in chrome i got unlimited commands. So i guess it has something to do with api key what is burned into chrome browser. Maybe there is a way to use this api key.

      posted in Requests
      T
      tyho
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @sameershah23 maybe power off and on your hdmi signal and let your monitor/tv go to sleep mode when no signal.

      The command will be:
      OFF:
      /opt/vc/bin/tvservice --off
      ON:
      /opt/vc/bin/tvservice --preferred && sudo chvt 6 && sudo chvt 7

      You can easily execute commands in node.js

      posted in System
      T
      tyho
    • RE: Voice/motion control

      @alexyak at the moment annyang is always lisening. If i come back in à couple of hours i can still make my commands.

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @KirAsh4 @sullit @Mitchfarino @MichMich
      i managed to make a github. But i still don’t get the pull push thing but that will come later.

      You can see what i have made so far here: https://github.com/ME-TYHO/MM2-Voice-Control-Module

      I hope some guys here can help make this module.

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @sullit ty. I’ll first finish the flickr and maps voice control and then i’ll check github.

      any suggestions how to add this as module?

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      how does github work?

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      I also managed to turn my sceen on and off by voice.

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @coolbotic @MichMich I got something working. I combined annyang and angular (from snippets and reading de api). and it works unlimited so far.
      The thing is i got it only working separate. I have to cd to the folder and then npm install && npm start to run.
      It’s realy basic, cuz i am not a programmer. (i only added simple commands and i get the response i want in my browser). But it’s easy now to expand. I am working on a command to turn on and off my monitor by shell commands but i didn’t got it running yet.
      The thing is i don’t know how to include it in the mirror. And honestly i don’t know how to post it somewhere like github -_- so others can help :p

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @MichMich is it possible to restart annyang when the onend event is called?

      posted in Requests
      T
      tyho
    • RE: Voice/motion control

      @MichMich Well what about annyang. i got it working on my rpi3. See https://github.com/TalAter/annyang-electron-demo. I tried to make a module with the use of your readme file but it didn’t work. (I am not rly (rly not) good at coding).
      The demo needs some extra dependencies so it’s not simple to write a module. Can you maybe give it a try?

      What about the demo. i didn’t get the actual response in my browser but when i opened the console i saw he recognized my words really clear and fast. (and that for a dutch guy ^^)

      I think if you get this running with basic setup (hello, show map, show picture), it could even be expanded to run shells with your voice to turn on and off your monitor. (and other crazy ideas :P)

      posted in Requests
      T
      tyho
    • 1 / 1