@sdetweil Is there some setting I need to adjust to allow it to complete the request? Have I inadvertently changed a default setting somewhere?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-AssistantMk2 terminating and not activating by voice after that.
-
RE: MMM-AssistantMk2 terminating and not activating by voice after that.
So I’m almost there now. I realised that I had the incorrect data within my config.js file as I used the configuration for v1 rather than v2. I also added the same position as the MMM-AssistantMk2 with the config.js (thanks to @Sean for that ;-) )
My only issue now is that it still seems to terminate before completing the return request.
E.g.
Me: “Smart Mirror, what is the time?”
(OSD: “what is the time?”)
AssistantMk2: “The time is 8” - terminates
(OSD: returns back to original icon immediately after termination.)
– no ererors appear when I run this in dev mode –This occurs after each attempt regardless of the actual question. Could there possibly be a conflict with another module? Has anyone else come across this issue?
Regards,
BJ Duncan -
RE: MMM-AssistantMk2 terminating and not activating by voice after that.
@blee1997 - It would not acknowledge or activate when I say “smart mirror”, “hey google” or anything. I am not even sure how to set that actual activating word/s. I assumed the default was “smart mirror”. But if I click the icon with the mouse it will listen to anything and interpret anything I say including the above mentioned words.
@Sean - Looking through the config.js it doesn’t appear to have position, so I will give that a go also.
Thanks for replying and I will keep at it and will reply once I have a solution.
Regards,
BJ Duncan -
Please help - MMM-AssistantMk2
G’day every one. I am having issues with integrating MMM-AssistantMk2. When I start the MagicMirror, it seems to load. It initiates the default (“brief today”) and it activates a response, but towards the end of response the module appears to just terminate without completing correctly. I only seem to activate by using mouse function and clicking on the GA icon (via VNC Viewer). The microphone picks up my command and translates it onto the screen but there does not seem to be any response after that.
I ran npm start dev and the only error I could see (and not sure how to fix) was:
Uncaught TypeError: Cannot set property 'className' of null at Class.status (MMM-Hotword.js:261) at Class.socketNotificationReceived (MMM-Hotword.js:170) at module.js:246 at r.<anonymous> (socketclient.js:25) at r.emit (index.js:83) at r.onevent (index.js:83) at r.MMSocket.self.socket.onevent (socketclient.js:19) at r.onpacket (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83)
Any advice or tips would be very much appreciated.
Regards, BJ Duncan
-
MMM-AssistantMk2 terminating and not activating by voice after that.
G’day to all.
I am having issues with MMM-AssistantMk2 whereby when I launch MagicMirror, the module appears to be working. It makes the “beep” sound from speakers, it initiates the default call (“brief today”) but just towards the conclusion it terminates. From here I am unable to activate any command via voice. I have to activate it via mound (via VNC Viewer). If I activate by mouse it ‘hears’ my command and interprets what I am saying onto the screen, however it fails to respond.I ran it through npm start dev and this was the error I could see:
MMM-Hotword.js:261 Uncaught TypeError: Cannot set property 'className' of null at Class.status (MMM-Hotword.js:261) at Class.socketNotificationReceived (MMM-Hotword.js:170) at module.js:246 at r.<anonymous> (socketclient.js:25) at r.emit (index.js:83) at r.onevent (index.js:83) at r.MMSocket.self.socket.onevent (socketclient.js:19) at r.onpacket (index.js:83) at r.<anonymous> (index.js:83) at r.emit (index.js:83)
Any assistance in this matter would be greatly appreciated.
Regards,
BJ Duncan