Read the statement by Michael Teeuw here.
The latest Install Guide (MM w/ Google Assistant)
-
@Ayos53
read this
https://github.com/eouia/MMM-AssistantMk2/tree/master#some-more-troubleshootingfirst part of “some more troubleshooting”
-
@sdetweil
Its ok now i follow this post :
https://github.com/eouia/MMM-AssistantMk2/issues/231Now the mirror start without error.
I have a new problem : the assistant not respond when i say “jarvis”
but if i click on the logo, it’s ok.
Problem with Hotword ? -
Hello ! I have a problem with this topic haha I install all in my magic mirror, but I don’t have a icon google assistant on my screen…
Everythings is ok until step 7. I test with the command “node auth_and_test.js” and it’s okay. I don’t understand why I don’t have icon google on my screen…
Can you help me please? how can I check ?
Sorry for my english, I’m french :Pmodule: "MMM-Hotword", config: { record: { recordProgram : "arecord", device : "plughw:1" }, autostart:true, onDetected: { notification: (payload) => { return "ASSISTANT_ACTIVATE" }, payload: (payload) => { return { profile: payload.hotword } } }, }, }, { module: "MMM-AssistantMk2", position: "bottom_bar", config: { deviceLocation: { coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com) latitude: 45.5662672, // -90.0 - +90.0 longitude: 5.9203636, // -180.0 - +180.0 }, }, record: { recordProgram : "arecord", device : "plughw:1", }, notifications: { ASSISTANT_ACTIVATED: "HOTWORD_PAUSE", ASSISTANT_DEACTIVATED: "HOTWORD_RESUME", }, useWelcomeMessage: "brief today", profiles: { "default" : { lang: "en-US" } }, } },
-
@jims
You are using V2 configuration. It was updated recently to V3. Read the docs of MMM-Hotword and MMM-AssistantMk2. -
@Sean said in The latest Install Guide (MM w/ Google Assistant):
MMM-Hotword
Ok thanks for your reply. So I have to install Hotword and AssistantMk2 in V3. I have to remove the older before ?
Thanks! -
@jims
For AMK2, backup yourcredentials.json
andprofiles
. Then, remove old one, reinstall freshly. (Don’t worry, It becomes easier with new installer)
For Hotword, I thinkgit pull
would be enough, but if you want, reinstall freshly. -
@Sean Thanks! I test and I will tell you if everithings it’s okay!
-
Hi Huys, I am trying to follow this guide however I have trouble finding some of the folders after the install.
In Step 5: The path ~/MagicMirror/modules/MMM-Hotword/node_modules/snowboy does not exist. I found Snowboy in ~/MagicMirror/modules/MMM-Hotword/snowboy instead.
In Step 5 after installing the assistant, I cannot find the folder scripts in ~/MagicMirror/modules/MMM-AssistantMk2 to make them executable.
Does anyone have an idea why that could be? I am running the latest Rasbian Buster distribution.
Best Regards
MilkShake -
@MilkShake
MM and modules are changed often. So In some cases; following original instruction would be another way.For MMM-Hotword and MMM-AssistantMk2, It was updated recently… (almost 1~2 months ago). Go to each repository, Read the docs, and follow the instruction to install.
-
@Sean Ok, Thank you dude. I will put more effort into it :)