@Sean Thanks! I test and I will tell you if everithings it’s okay!
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Offline
Posts
-
RE: The latest Install Guide (MM w/ Google Assistant)
-
RE: The latest Install Guide (MM w/ Google Assistant)
@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! -
RE: The latest Install Guide (MM w/ Google Assistant)
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" } }, } },