Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
@teitlebot said in MMM-AssistantMk2 & MMM-GAction:
@Sean Any suggestions of integration facial recognition to the magic mirror?
I made this module to work with other modules by NotificationTrigger. So Another Facial recognition module could activate AssistantMK2 if there is a proper notification broadcasting. There is no need to implement that function in AssistantMk2 itself.
-
@sean Thank You. Some more learning on my part. I plan on installing
https://github.com/paviro/MMM-Facial-Recognition and will report back here. -
For those interested, I upgraded from a tiny usb mic to a playstation eye and had much improvement on voice recognition.
-
Hey guys any idea why my Google assistant won’t go back to sleep after use? It’s honestly recent, and weird. I can use it as normal, but the Mic stays blue after the fact and doesn’t turn off.
-
Hello @sean , I am also looking for a “ding” sound on hotword detection, but no luck. Did you get a chance to add this feature to assistantmk2. It would be of great help when talking to the mirror from far distance.
-
@vijayrraut
I’ll consider it. -
@vijayrraut
Ver 1.1.0 is ready. (not yet merged into master branch)
You can usedingsound on 1.1.0. It will be my pleasure if you test this for me.
https://github.com/eouia/MMM-AssistantMk2/tree/1.1.0 -
@sean I’ll give it a try. How do I install something that isnt in the master branch?
-
sudo apt-get install mpg321 cd ~/MagicMirror/modules/MMM-AssistantMk2 git pull git checkout 1.1.0 npm install --save wav -
UPDATE
[1.1.0] - 2018.10.04
- MP3 Output is supported. Now you can get more unchunky sound result.(Set audio.encodingOut to MP3 // OGG is not yet supported.)
ding.wavwill be played when Assistant is ready to hear your voice.- How to update from prior version
sudo apt-get install mpg321 cd ~/MagicMirror/modules/MMM-AssistantMk2 git pull npm install --save wav -
@sean Thank You
Ding is working just fine. Thank You. A little annoying sound and I was thinking of replacing it with another sound file. What if I wanted google to say something instead of ding, can I give it text to say easily? -
@teitlebot
change other wav file and rename it asding.wav,
Anyway, if you mean Text-To-Speech, nope. (My prior had that functionality but I abandoned it) I don’t want to back again. -
@teitlebot totally agree!
-
@sean ok. Can I ask why you abandoned it?
-
@teitlebot
Complexity. And most TTS solutions ate not so good to hear. The best Google solution is not free. -
@sean I see. I manually created a sound file and replaced it and it works fine, although a bit choppy.
-
@sean Next Question
Why doesnt google allow me to use the MM to play music. I can get it to play out of my google home mini in my kitchen using the MM but there doesnt seem a way to use the MM speaker to play. not even spotify.
Although youtube does work as you seem to have added that functionality. -
@teitlebot
Idk. Because this sdk might be just on beta stage? -
@sean Thank you very much. The changes for “ding” sound are working like a charm. Initially I got error while git pull as I had my own changes to my .js files. I did ‘git stash’ and merged the new changes. Thank you so much.
git stash
git pull
git stash pop
npm install --save wav -
Hi. I have a problem at this point:
In your SBC, you can run auth-tool for authentification. (not via SSH)
cd ~/MagicMirror/modules/MMM-AssistantMk2
node auth_and_test.jsand i see this:
- That’s an error.
Error: disabled_client
A native application: project-1019057327317
You can email the developer of this application at: unconfiguredapp@google.com
This app is not yet configured to make OAuth requests. To do that, set up the app’s OAuth consent screen in the Google Cloud Console.
Probably SSH is the problem, but I don’t understand this: “(So you’d better to execute this script in your RPI shell, not via SSH)”
Could you help me with this?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login