MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    snowboy Install Failure

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    13 Posts 5 Posters 4.5k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      binaryhellstorm
      last edited by

      The hotword detection is working and it’s passing it to the Google Assistant module and that module is working too

      ? 1 Reply Last reply Reply Quote 1
      • ? Offline
        A Former User @binaryhellstorm
        last edited by

        @binaryhellstorm Can you show me the modified config file or e-mail it to me?

        citizendevpiC S 2 Replies Last reply Reply Quote 0
        • citizendevpiC Offline
          citizendevpi @Guest
          last edited by

          @kai did you vr get the updated config ? i am also in need

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @citizendevpi
            last edited by

            @citizendevpi no I’ve not yet

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @Guest
              last edited by sdetweil

              @kai i use the sample config

              {
                module: "MMM-Hotword",
                position: "top_right",
                config: {
                  chimeOnFinish: null,
                  mic: {
                    recordProgram: "arecord",
                    device: "plughw:1"
                  },
                  models: [    // this is the start of the models, note this is an array, so you can have multiple word choices
                    {
                      hotwords    : "computer",  // what word you expect to hear
                      file        : "computer.umdl",  // where it gets the wave pattern model file
                      sensitivity : "0.5",
                    },
                  ],
                  commands: {
                    "computer": {
                      notificationExec: {
                        notification: "ASSISTANT_ACTIVATE",
                        payload: (detected, afterRecord) => {
                          return {profile:"default"}
                        }
                      },
                      restart:false,
                      afterRecordLimit:0
                    }
                  }
                }
              },
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy