MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. smarthome
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 25
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Hotword (v2) - whole-new-built

      @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!

      posted in System
      S
      smarthome
    • 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?

      posted in System
      S
      smarthome
    • 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?

      posted in System
      S
      smarthome
    • 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,
          },
        },
      },
      
      posted in System
      S
      smarthome
    • RE: MMM-AssistantMk2

      Hello
      How can I stop Assistant’s response and make request again like Google Home Speaker can ?

      posted in System
      S
      smarthome
    • 1
    • 2
    • 3
    • 3 / 3