fewieden / MMM-voice

Offline Voice Recognition Module for MagicMirror²

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mode selection

fragiskos89 opened this issue · comments

I'm sorry I post this as an issue but I don't see another way to contact you.
I am trying to find a way to bypass the mode selection phase and just straight to VOICE mode.
I would be really thankful if you could point me in the right direction.

this is not possible without modifying the code, I added this to avoid some false positives, but if you want you can change this line

mode: false,
to mode: "VOICE",

Thanks for the reply. Will give it a try tomorrow and answer here if the result was what I wanted. :)

Ok so I did what you said (again thanks for helping) but it doesn't seem to change anything. The module still says "Ready, choose a mode".
Sorry if I'm being a bother but as you have probably guessed I'm new to this.

this is just the ui it still works without forcing the user to choose a mode, but if you want that change the line

this.mode = this.translate("INIT");

Ohh ok... I couldn't try it because my microphone didn't seem to want to cooperate. Thanks again for the help. I'll close this issue now.