Read the statement by Michael Teeuw here.
MMM-AssistantMk2 (v3)
-
@Bugsounet said in MMM-AssistantMk2 (v3):
MMM-AssisantMk2 v3.1.1-1
Excellent updates!
@Bugsounet could you please explain in a few words the functionality of these two features:- ADD: ASSISTANT_WEB server for activate with keyword
- MOTIFY : search KEYWORD/ TRYTOSAY translation script to improve performance
I have looked briefly on module’s wiki and did not found what do they mean.
-
@Serge said in MMM-AssistantMk2 (v3):
ASSISTANT_WEB server
internal server to activate assistant with
http://127.0.0.1:8080/activatebytext/?query='your request'
it’s used in Fullscreen ui for touch help response screen word to active assistant with itKEYWORD/ TRYTOSAY
script to search and store
try to say...
translation
keyword
is help word if foundit’s used in Classic 2 ui
-
MMM-AssisantMk2 v3.1.1-2
3.1.1-2 (06/03/2020)
- ADD/MODIFY:
ui: "Fullscreen"
position: "fullscreen_above"
is now ui likeGoogle Home
- MODIFY: user interface priority order Assistant2Display -> AMk2
- ADD: move native sound to class
- ADD/MODIFY:
-
@Bugsounet got it. thanx for quick reply. will test shortly
-
@Bugsounet Hi I am on version 3.0.2 and trying to update to latest version.
Running npm run update at ~/MagicMirror/modules/MMM-AssistantMk2 gives the following error messagepi@raspberrypi:~/MagicMirror/modules/MMM-AssistantMk2 $ npm run update
npm ERR! missing script: updatenpm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2020-03-15T18_41_39_806Z-debug.logAny help is highly appreciated.
Thanks.
-
hi, write update script since v3.1.X ;)
so, retry with this:
cd ~/MagicMirror/modules/MMM-AssistantMk2 git pull npm run update
it should work ;)
notes :- install all new needed dependencies
- skip GCC check
- Electron rebuild step is not needed
- Audio check is not needed too
If you have some problems for updating, or if don’t work, i will help you ;)
-
@Bugsounet Thank you very much. Updated to 3.1.1-2 All working fine.
-
Can anyone share me image file of Magic mirror back up with Voice recognition and face recognition
-
MMM-AssistantMk2 v3.2.1
NEW UPDATES
3.2.1 (16/04/2020)
- FIX: Send A2D response only on no hooked response
- FIX: repository change owner
- ADD: preprared recipe with-radio_fr.js recipe for A2D Radio (FR Only)
- ADD: npm run rebuild -> REFRESH installation on MagicMirror version change
3.2.0 (09/04/2020)
- ADD: Chinese_simplified translate (thx to @wlmqpsc)
- ADD: ability to play personnal sound on recipes soundExec command (see wiki)
- FIX: no fade in animation on first use in Fullscreen ui
- DEL: full addon code and cleanning
- ADD: add control if A2D used
3.1.2 (17/03/2020)
- FIX: No sound response issue when custom action is used.
- FIX: correct youtube search link.
- ADD: Add A2D stop command (beta)
-
we are now in v3.2.2 because i detect a problem in installation (package conflict and solved)