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.

    MMM-Hotword won't recognize the hotword

    Scheduled Pinned Locked Moved Solved Troubleshooting
    7 Posts 3 Posters 1.7k Views 3 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.
    • N Offline
      Newbie007
      last edited by

      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"
      					}
      				},
      
      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @Newbie007
        last edited by

        @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

        N 1 Reply Last reply Reply Quote 0
        • N Offline
          Newbie007 @Guest
          last edited by

          @Sean yes this worked thanks!

          I didn’t even realise the first config was for v1

          1 Reply Last reply Reply Quote 0
          • C Offline
            chassain 0
            last edited by

            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

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

              @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
              0_1577961062991_3e29c14b-02d1-4249-a926-b741b5832f4a-image.png

              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",
              },
              
              1 Reply Last reply Reply Quote 1
              • 1 / 1
              • 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