Bugsounet Coding

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Snowboy module on config

    Issues
    2
    4
    114
    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.
    • U
      ulster Donators last edited by

      Is there a specific place in the config to put the snowboy module?
      I saw your video on YouTube and I’m having difficulty in the final keys of the module.

      {
      módulo: ‘MMM-Snowboy’,
      configDeepMerge: true,
      config: {
      debug: true,
      autoStart: true,
      micConfig: {
      recorder: “arecord”,
      device: “plughw: 2”,
      audioGain: 2.0,
      applyFrontend: true,
      } ,
      detectores: [
      {
      Model: “jarvis”,
      Sensitivity: null,
      onDetected: {
      notificação: “GA_ACTIVATE”,
      parâmetros: nulo

      I can’t get it to work with these keys.
      }
      }
      ]
      }
      },

      1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder last edited by

        Hi, I think that you make a mismake with your this module configuration.

        Universal langage for all MagicMirror module configuration is English

        but i read some spanish words like: módulo, detectores, notificação, …

        that why it not works 😉

        try with this:

        {
          module: 'MMM-Snowboy',
          configDeepMerge: true,
          config: {
            autoStart: true,
            micConfig: {
              device: "plughw:2",
            },
            detectors: [
              {
                Model: "jarvis",
                Sensitivity: null,
                onDetected: {
                  notification: "GA_ACTIVATE",
                  parameters: null
                }
              }
            ]
          }
        },
        

        and it should works (if you device part is really plughw:2)

        1 Reply Last reply Reply Quote 0
        • U
          ulster Donators last edited by

          Eu sei isso tudo.
          Está configurado e a funcionar tudo bem.

          Não é ES é PT ( Portugal )

          O meu problema é nas chavetas finais do módulo.

          Quando coloco:
          }
          }
          ]
          }
          },

          Dá erro !!

          1 Reply Last reply Reply Quote 0
          • bugsounet
            bugsounet Main Coder last edited by

            past you entire MM config, i will correct it 😉

            (think to delete all personal information)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB | @bugsounet ©2022