Read the statement by Michael Teeuw here.
MMM-Hotword won't recognize the hotword
-
@Newbie007
Your profile of AssistantMk2 is “computer”? You are calling “computer” as a profile, but you have defined only “default” profile.
And removeuseWelcomeMessage
unless you control start modules manually. -
Do you mean I should change like this in config.js file?
//useWelcomeMessage: "brief today", profiles: { "computer" : { lang: "en-IN" } profiles: { "smart_mirror" : { lang: "en-IN" } },
-
@Newbie007
First, what was wrong was that you are using the configuration for MMM-Hotword 1.X. It is updated to 2.X, so you should use https://github.com/eouia/MMM-AssistantMk2/wiki/Configuration#with-mmm-hotwordv2 -
@Sean yes this worked thanks!
I didn’t even realise the first config was for v1
-
Hello,
after some difficults this module works…but i can’t use hotword jarvis as model (snowboy and computer are ok)…what 's the difference ?
Thanks -
@chassain-0
Some of the voice models of snowboy sometimes looks weird.Jarvis
is one example.
They put the 2 voice patterns in one model(“jarvis.umdl”), so you should use like this;
https://github.com/eouia/MMM-Hotword/blob/master/documents/models.md
Or you can assign a different identifier to each pattern like this;
{ hotwords: ["jarvis_1", "jarvis_2"], file: "jarvis.umdl", sensitivity: "0.8,0.8", },