Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
@Sean said in MMM-AssistantMk2:
-Multi profile and language demommm so i can use google assistant and speak Swedish to it in the new mk2?
if so… im going to make a new build -
@berne
Swedish is not supported by Google officially yet.
https://developers.google.com/assistant/sdk/reference/rpc/languages -
Hi
This module is fine but I I can’t get it to work in French. When I call “jarvis”, mk2 assistant don’t undertand french, only english. Someone have the same issue ? -
@tontonchow
simply, adjust your account setting on your google assistant app of your smartphone. -
@Sean my app is correctly configure for me. If he don’t understand histoire reply is in french but if i speak french he don’t understand.
Étrange
-
@tontonchow
Weird. Transcription on the log is returned as French as expected? -
@Sean Yes
I don’t know why but it seems to work after adjust config.js and rebootadd , after lang line
profiles: { "default" : { profileFile: "default.json", lang: "fr-FR",
-
@tontonchow
Can you show me the log of transcription part when you said some phrases as French? To see whether transcription was recognized as French or not. -
Hi Sean,
Nice works for MK2 update but i have a problem to install it. I launched the auto installation but a packet is not found. gcc-7 is missing. when a try to install manually the answer is (in french):pi@raspberrypi:~/MagicMirror/modules/MMM-AssistantMk2 $ sudo apt-get install gcc-7 Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait E: Impossible de trouver le paquet gcc-7
when i write gcc -v the result is:
gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1)
And without this my Magic mirror turn into a black screen
How i can install gcc-7 ?
Do i need an update of raspbian to install gcc-7. I’m on last version of raspbian StretchThanks for your support and your next answers
-
@MisterT
first, try to install without gcc7. usually gcc8 on buster was a reason of problem, so gcc6 on stretch might be ok(not tested currently but it worked a year ago)