Read the statement by Michael Teeuw here.
MMM-Hotword,MMM-AssistanMk2 Hotword no Funktion
-
@guongthongminh Sorry, I can’t catch your intention. What exactly do you want to do?
-
@Sean Can you help me with the website part shown on the mirror?
-
@Sean using MMM-NotificationTrigger to invoke the voice search browser
-
@guongthongminh
Do you mean, you want to show specific web page when you say hotword?
In that case, which module are you using to show web page? -
@Sean Can I use the default browser, Chromium?
MMM-PageReader is also possible.
Sorry for not good at english! -
@guongthongminh
First, using default Browser(Chromium) is not so good idea. You could lose control.
I’m reading MMM-PageReader(https://github.com/dgburr/MMM-PageReader) now, it seems possible to use.models: [ { hotwords : "smart_mirror", file : "smart_mirror.umdl", sensitivity : "0.5", }, // You can add more models here. ], commands: { "smart_mirror": { notificationExec: { notification: "PAGE_READER_LOAD", payload: "https://forum.magicmirror.builders/topic...." } }, // You can add more commands here }
In this example, you can activate MMM-PageReader with hotword “smart mirror”. Not tested, but ideally working like this.
-
@Sean Thank you very much!
Let me try and see how I hope it will look perfect -
@Sean Is my config file ok?
I think it’s almost not working, please help me!
-
@Sean said in MMM-Hotword,MMM-AssistanMk2 Hotword no Funktion:
First, using default Browser(Chromium) is not so good idea. You could lose control.
on the armv6 processors (pi 0, 1 and some 3), the electron browser is no longer available at the newer node versions (>8) we are running on 10, so they have to use some other browser and serveronly split mode
-
@sdetweil Can you be more specific? Can you help me finish my project because I’m interested in it !!!