Snowboy module on config
-
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: nuloI can’t get it to work with these keys.
}
}
]
}
}, -
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
) -
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 !!
-
past you entire MM config, i will correct it
(think to delete all personal information)