Read the statement by Michael Teeuw here.
MMM-Hotword
-
@sean
Hmm that’s exactly what I did so either I am setting the wronghotwords:
word or there’s something more needed to edit?In my case I have recorded the hotwords ‘OK Google’ and ‘Ehi Google’ and apart from the proper file name and path I set
hotwords: "okgoogle",
andhotwords: "ehigoogle",
.Also… can I use spaces into the quotes?
-
@cr4z33
Seehotwords:okgoogle
.
okgoogle
is a symbol for your voice. If MMM-Hotword detect yourokgoogle.pmdl
(is file name right?), It will returnokgoogle
as detection.
Then, if you want ot use that symbol as AssistantMk2 profile name to activate, modify configuration of MMM-AssistantMk2 like this.defaultProfile: "okgoogle", profiles: { "okgoogle" : { profileFile: "default.json", lang: "en-US", ...
So, received “okgoogle” symbol will be used as profile name “okgoogle” with profile File “default.json”.
-
@sean
A-ha that’s the file name then?
That was my mistake because I named themok_google.pmdl
andehi_google.pmdl
!Thanks.
-
This post is deleted! -
Hi,
Can’t figure out why hotword detection stops on the 2nd run.
First detection is ok and GA responds as expected. I am a bit lost - any help is much appreciatedMagicMirror: 2.5.0
NodeJS: 9.11.2
npm: 6.4.1
MMM-AssistantMk2: 2.1.0I am using the full detailled config from MMM-AssistantMk2
-
@manfred
You might missed this in your MMM-AssistantMk2 configurationnotifications: {
ASSISTANT_ACTIVATED: “HOTWORD_PAUSE”,
ASSISTANT_DEACTIVATED: “HOTWORD_RESUME”,
},Or MMM-Hotword is not updated yet.
-
@sean Thank you very much!! That did the trick!
-
Hi , I can’t really use this module. I Have also done a minimal config.js with only this module but the mirror starts black (totally) and I have to reboot the RaspPi (I can’t close the Mirror)
What can I check ?
I have done correctly the installation of the module
Please help me
thanks from Italy
-
@s-monti-74
I need an error log to examine. I doubt you missed electron-rebuild step on installation. -
@sean please telle me which log I have to activate and how, thanks