Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
@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?
-
@stabber
I think your Google project(project-1019057327317) is not setup completely. There could be many reasons to cause 4XX errors. But I think you missed making consent screen. Go ToGoogle Cloud Platform > YOUR PROJECT > APIs & Services > Credentials > OAuth Consent Screen Tab
and put some information.
I thinkApplication name
andSupport email
are enough. You don’t need to verify, just save it. Then try again. -
Before I am going to try to use these modules can someone please tell me whether they can be used with the Google AIY Voice Kit (v1) or not? :grimacing_face:
-
@cr4z33
If you can record and play your voice with that device, it could be. -
@cr4z33 I am in the process of setting up now on voice kit v1. did you start yet?