• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.3k 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.
  • ? Offline
    A Former User @binaryhellstorm
    last edited by Sep 15, 2019, 6:12 PM

    @binaryhellstorm
    You haven’t described “models” in your configuration.
    https://github.com/eouia/MMM-Hotword/blob/master/documents/config.md

    1 Reply Last reply Reply Quote 0
    • B Offline
      binaryhellstorm
      last edited by Sep 21, 2019, 11:45 PM

      Awesome! That was it, thanks so much for the help.

      ? 1 Reply Last reply Sep 29, 2019, 5:38 AM Reply Quote 0
      • ? Offline
        A Former User @binaryhellstorm
        last edited by Sep 29, 2019, 5:38 AM

        @binaryhellstorm After fixing this error, Does your magic mirror in snowboy,hotword is work on Google Ai?

        1 Reply Last reply Reply Quote 0
        • B Offline
          binaryhellstorm
          last edited by Sep 29, 2019, 9:49 PM

          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 Oct 2, 2019, 2:20 PM Reply Quote 1
          • ? Offline
            A Former User @binaryhellstorm
            last edited by Oct 2, 2019, 2:20 PM

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

            C S 2 Replies Last reply Oct 4, 2019, 2:34 AM Reply Quote 0
            • C Offline
              citizendevpi @Guest
              last edited by Oct 4, 2019, 2:34 AM

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

              ? 1 Reply Last reply Oct 5, 2019, 2:18 AM Reply Quote 0
              • ? Offline
                A Former User @citizendevpi
                last edited by Oct 5, 2019, 2:18 AM

                @citizendevpi no I’ve not yet

                1 Reply Last reply Reply Quote 0
                • S Away
                  sdetweil @Guest
                  last edited by sdetweil Oct 5, 2019, 11:54 AM Oct 5, 2019, 3:16 AM

                  @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
                  • 1 / 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