@Sean Tks for your great work job.
I use hotword to do a lot of thing with smart mirror. But still have a problem bellow:
I’d like to setup a lock function that hide all modun bellow a background screen and waitting only 1 hotword to show it again
Everything seem OK. But when locked, other hotword to interactive with modules still effect in background and lock function can’t prevent this
My question is How to temporary disable all hotword until it unlocks again? Tks!
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
S
Posts
-
RE: MMM-Hotword (v2) - whole-new-built
-
RE: MMM-AssistantMk2
And other question is, if I ask a command that Google can not find the suitable answer, there’s no response while google home speaker give a promise answer? Is there any configure to do that?
-
RE: MMM-AssistantMk2
@Sean said in MMM-AssistantMk2:
@smarthome Sorry, at this moment, there is no way to interrupt response. Just wait ends.
Tks for your quick answer! Can we make a command exec to mpg21 to stop blayback google response?
-
RE: MMM-AssistantMk2
This is my config, still don’t work yet
{ module: "MMM-AssistantMk2", ..... notifications: { ... ASSISTANT_UNDERSTOOD: "HOTWORD_RESUME", }, } }, { module: "MMM-Hotword", ... models: [ ... { hotwords : "stop", file : "stop.pmdl", sensitivity : "0.5", }, ], command: { ... "stop":{ notificationExec: { notification: "ASSISTANT_CLEAR", payload: (detected, afterRecord) => { return {profile:"default"} } }, afterRecordLimit:0, restart:false, }, }, },
-
RE: MMM-AssistantMk2
Hello
How can I stop Assistant’s response and make request again like Google Home Speaker can ?