Read the statement by Michael Teeuw here.
MMM-Hotword,MMM-AssistanMk2 Hotword no Funktion
-
@guongthongminh
It’s better to ask author of clip how to do it. -
This post is deleted! -
@Sean OK, right now, the hotword is fine for calling the module.
But I still can’t get the url from newsfeed and send the PAGE_READER_LOAD notification with that url as a payload.
Can you help me with the rest? -
@guongthongminh the newsfeed module is looking for a notification event with type
“ARTICLE_INFO_REQUEST” -
@sdetweil oh great, but how to put it in the config file to use.
-
hotword???: // when I hear this hotword notificationExec: { // do this, send notification with this code and this payload notification: “ARTICLE_INFO_REQUEST”, payload: null, }
-
@sdetweil I understand this but what I need to do is call PAGE_READER_LOAD get the url from ARTICLE_INFO_REQUEST to display on MagicMirror.
Can this idea be implemented or not possible but I have to use other methods to get url from newfeeds? -
This post is deleted! -
@guongthongminh I do not know. I have never seen a request to get info and then use that info to send another request
-
@sdetweil My ideas have been implemented.
Can you help me how to instruct the hotword to return to the mirror screen after full screen display?