@Bugsounet finally got it working using Snowboy. Thanks for all your help and sorry for my ineptitude.
Read the statement by Michael Teeuw here.
Best posts made by reubenvickers
-
RE: MMM-AssistantMk2 with Hotword not picking up anything.
Latest posts made by reubenvickers
-
RE: MMM-AssistantMk2 with Hotword not picking up anything.
@Bugsounet finally got it working using Snowboy. Thanks for all your help and sorry for my ineptitude.
-
RE: MMM-AssistantMk2 with Hotword not picking up anything.
@Bugsounet So I’ve got it working to a much better extent (it actually shows up on screen which is useful). Do you actually need to use Snowboy or Hotword at all? Or can you just use ‘Ok Google’, if so that’s not working so it could be my mic.
-
RE: MMM-AssistantMk2 with Hotword not picking up anything.
Okay, I’ll give that a go. I didn’t realise that you could just use snowboy - although when I tried to set it up before the website wouldn’t allow me to record (obviously not your problem, probably either theirs or mine)
Cheers
-
RE: MMM-AssistantMk2 with Hotword not picking up anything.
Haha, that bad is it?
It’s kinda become a mess of different configs from different places whilst I was trying to troubleshoot last time I was trying to use it.
As far as I can tell the config for Hotword is essentially the same as the sample in the documentation though? -
MMM-AssistantMk2 with Hotword not picking up anything.
I initially tried to use this module when I first set up my mirror, but moved over to gauravsacc’s MMM-GoogleAssistant, where I managed to get GA working in the terminal but not in the mirror. There seems to be more flexibility with this module so I have moved back and decided to face what I’ve done (or not done). Essentially, I’m fairly certain my configuration is wrong but I’m unsure how to correct it. When I start up MagicMirror the logs say:
[AMK2] MMM-AssistantMk2 Version: 3.2.2
[AMK2] AssistantMk2 is initialized.
[HOTWORD] begins.
[HOTWORD] Detector starts listening.However when I say one of the configured Hotword nothing happens. The monitor for my Mirror also doesn’t show the google assistant logo which I believe should be showing up.
My config:
{ module: "MMM-Hotword", position: "top_right", config: { chimeOnFinsih: null, mic: { recordProgram : "arecord", device : "plughw:1" }, models: [ { hotwords : "computer", file : "computer.umdl", sensitivity : 0.5, }, { hotwords : "smart_mirror", file : "smart_mirror.umdl", sensitivity: "0.5", }, ], commands: { "computer": { notificationsExec: { notification: "TEST", }, restart:false } } } }, { module: "MMM-AssistantMk2", position: "top_right", config: { deviceLocation: { coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com) latitude: xxxxxxx, // -90.0 - +90.0 longitude: xxxxxxx, // -180.0 - +180.0 }, }, record: { recordProgram : "arecord", device : "plughw:1", }, notifications: { ASSISTANT_ACTIVATED: "HOTWORD_PAUSE", ASSISTANT_DEACTIVATED: "HOTWORD_RESUME", }, useWelcomeMessage: "brief today", profiles: { "default" : { lang: "en-UK" } }, }
@Bugsounet any clue (sorry this took a while to get together, I was re-familiarising myself with the module)
Thanks
-
RE: MMM-Reddit: 404 error
Sure I’ll create a new one, I’ll link it when I’m done
-
RE: MMM-Reddit: 404 error
Thanks for the response. I thought that was what I had before - but clearly not as it now works. I’ll look over what I had before but I’m sure it was just something stupid.
Now I just have to fix my googleassistant module. Have you got any experience with MMM-GoogleAssistant or MMM-AssistantMk2?
-
MMM-Reddit: 404 error
When I try to run MMM-Reddit I get the following errors:
:8080/modules/MMM_Reddit//MMM_Reddit.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Error on loading script: modules/MMM_Reddit//MMM_Reddit.js
script.onerror @ loader.js:187Is this some sort of bug in the module? The github page for the module seems pretty dead so I thought I’d ask here.