• 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.
  • 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
        • 2 / 2
        2 / 2
        • First post
          11/13
          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