Solved Cant Activate Google Assistant
-
I follow the wiki and there is no way to activate Google Assistant, with voice, I install Gateway, MMM-GoogleAssistant and MMM-detector, but when I try to activate with the frase, there is no diference. My Config.js is include, as a ScreenShot.
Please can you help me?.
{ module: "MMM-GoogleAssistant", position: "lower_third", configDeepMerge: true, config: { debug: false, Extented: { welcome: { useWelcome: true, welcome: "what is the date" }, }, assistantConfig: { latitude: 40.857380, longitude: -74.524410, lang: "es-ES", deviceRegistred: true } } }, { module: 'Gateway' }, { module: 'EXT-Alert', config: { debug: true, ignore: [] } }, { module: "EXT-Detector", position: "top_left", configDeepMerge: true, useIcon: true, config: { debug: true, detectors: [ { detector: "Snowboy", Model: "jarvis", Sensitivity: null } ]
}
} -
Can I have the address of your prefered wiki?
-
https://wiki.bugsounet.fr/en/MMM-GoogleAssistantv4/ExtentedPlugins#advice-to-start
I made all the steps, (I think), I install MMM-GoogleAssistant, credentials, configuration, I install algo the Gateway and the MMM-alert, y MMM-Detector, But as you can see in the screen apareas Google Assistant but I cant activate.
I also use alsamixer, arecord and aplay to confirm that the mic and speaker is working, and also all goes well, but nothing, I cant activate, please can you help me?.Thanks for all.
-
Are you really sure that you read wiki and copy/past all step and default config? (really sure??)
-
This post is deleted! -
@bugsounet I find the problem,it is so simple that it hurts, a problem with the SD card, the EXT-Detector module, dont install correctly, I start over again, installing all the modules in another directory and I see that its works, thanks for your fabulous work, now, I only need to find a good USB Mic, the one that I use, have a bad quality or recording and have problem identification the “Magic Word” but now at least Its works.
Thanks AGAIN -
in MMM-GoogleAssistant, this feature don’t exist (but you have read default template) :
Extented: { welcome: { useWelcome: true, welcome: "what is the date" }, },
MMM-GoogleAssistant must be have NO position (it use popup)
position: "lower_third"
in MMM-Detector (you have a mismake reading of default config too !)
useIcon: true,
must be inside
config: { }
, you have set it outside … -
bugsounet