Read the statement by Michael Teeuw here.
MMM-Hotword,MMM-AssistanMk2 Hotword no Funktion
-
@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? -
@guongthongminh no, sorry, i have about 1% skill in those modules…
-
@sdetweil
How to run a python file at the same time with MM -
@guongthongminh I run my PIR py script first then I load the Mirror…if that helps… so basically I have 2 terminal windows open…