Problème WWW-GoogleAssistant
-
Bonjour, j’utilise Google assistant il prend bien l’appel a l’assistant en français mais me répond que en anglais quelqu’un aurait une idée?
-
est ce que tu as changer dans le fichier config.js la langue et la longitude et latitude (je ne sais pas si ca peut modifier)
est-ce que ton raspberry est configuré en français de base? -
@myayo yep le raspi est bien en francais et mon fichier config est bien en langage “fr” et locale “fr-FR” tout comme les coordionnées de ma ville
-
Bonsoir,
Pouvez-vous definir votre langue dans
assistantConfig
? wiki
je pense que vous avez laisser le paramètrelang
par default (en-US)
dans votre cas:lang: "fr-FR",
-
bugsounet
-
This post is deleted! -
var config = { language: “fr”, locale: “fr-FR”, assistantConig:{ lang: "fr-FR", latitude: "47.35223", longitude: "0.66905", },
-
un morceau de config ne parle pas
pourrais-je avoir le configuration de GA, merci par avance
Eventuellement, Pouvez-vous verifier la langue de l’assistant Google a utiliser par default dans l’appli Google Home de votre telephone ?
Google Home > Parametres > Assistant Google > Gerer les parametres de l’assistant > Langues
-
Google home est bien en français, et si je n’ai donné que la partie du code c’était en fonction de ce qui a était dit plus haut au niveau de ces paramètres, j’ai bien vérifié partout sur google et tout est bien séléctionné en français et le pays et bien la france chose que je ne comprend pas car ce problème c’est la première fois que je tombes dessus en suivant ton wiki @bugsounet, si tu as une piste je suis preneur car ça fait 2 jours que je suis sur ce problème sans même comprendre ce qu’il c’est passé.
var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: XXXX, basePath: "/", // The URL path where MagicMirror is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "fr", locale: "fr-FR", logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , // local for armv6l processors, default // starts serveronly and then starts chrome browser // false, default for all NON-armv6l devices // true, force serveronly mode, because you want to.. no UI on this device modules: [ { module: "alert", }, { module: "updatenotification", position: "bottom_bar", }, { module: "clock", position: "top_left", config: { displayType: "analog", secondsColor: "#C4FFFD", analogFace: "face-009" } }, { module: "MMM-network-signal", position: "top_left", config: { // Configuration of the module goes here } }, { module: 'MMM-OnThisDay', position: "top_left", // All available positions config: { // See below for configurable options, this is optional } }, { module : "MMM-MoonPhase" , position : "bottom_right" , config : { updateInterval : 43200000 , hémisphère : "N" , resolution : "detailed" , basicColor : "white" , title : true , phase : true , x : 120 , y : 120, alpha : 0.3 } } , { module: "MMM-Weather", position: "top_right", configDeepMerge: true, config: { debug: false, updateInterval: "15m", // 15 minutes updateFadeSpeed: 500, api: { key: "xxxxxxxxxxxxxxxxxxxxxxxx", latitude: "47.35", longitude: "0.691", //units: config.units, //language: config.language }, display: { CurrentConditions: true, ExtraCurrentConditions: true, Summary: true, ForecastTableColumnHeaderIcons: true, HourlyForecast: true, DailyForecast: true, Precipitation: true, Wind: true, InlineIcons: true, Feels: true, SunCondition: true, Humidity: true, UV: true, Beaufort: true }, personalize: { hourlyForecastInterval: 3, maxHourliesToShow: 3, maxDailiesToShow: 3, concise: false, colored : true, forecastLayout: "table", forecastHeaderText: "" }, labels: { high: "H", low: "L", timeFormat: "kk[h]" } } }, { module: 'MMM-Tools', position: 'top_right', config: { refresh: 1000 * 5, containerSize: null, itemSize: null, OS: { displayOs: true, orderOs: 1 }, CPU: { displayUsage: true, orderUsage: 4, displayTemp: true, orderTemp: 7, displayType: true, orderType: 2 }, RAM: { displayRam: true, orderRam: 5 }, STORAGE: { displayStorage: false, orderStorage: 6, partitionExclude : [] }, NETWORK: { displayNetwork: true, orderNetwork: 3, nativeNetwork: false, displayDefaultNetwork: true }, UPTIME: { displayUptime: false, useMagicMirror: true, orderUptime: 8, displayRecord: false, orderRecord: 9 }, WARNING: { enableWarning: false, interval: 1000 * 60 * 5, check : { CPU_TEMP : 65, CPU_USAGE : 75, STORAGE_USED : 80, MEMORY_USED : 80, } } } }, { module: "MMM-GoogleAssistant", position: "top_center", configDeepMerge: true, config:{ debug: false, assistantConig:{ lang: "fr-FR", latitude: "47.35223", longitude: "0.66905", }, responseConfig:{ useFullscreen: true }, }, }, { module: "MMM-Detector", position: "top_left", configDeepMerge: true, config: { debug: false, autoStart: true, useLogos: true, newLogos: { default: "default.png" }, detectors: [ { detector: "Snowboy", Model: "jarvis", Sensitivity: null, Logo: "google", autoRestart: false, onDetected: { notification: "GA_ACTIVATE" } }, ], NPMCheck: { useChecker: true, delay: 10 * 60 * 1000, useAlert: true } } } ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
-
Ok I only speak English so forgive me when setting up GA did you set Country of residence?
-
@djb1966 said in Problème WWW-GoogleAssistant:
yes I have well defined everything concerning the language in French whether it is the google assistant or the configuration of my magic mirror even the raspberry is well programmed in French language
-
Salut @bugsounet pourrais-tu noter le post en résolu s’il te plait
problème résolu sans rien y comprendre, 2 jours que l’assistant ne me répond que en Anglais et ce matin comme par magie il a accepté de me répondre en Français sans la moindre modification.problem solved without understanding anything 2 days that the assistant answers me only in English and this morning as if by magic he agreed to answer me in French without the slightest modification.
-
on appel cela la ‘joie’ de Google Assistant SDK. C’est +/- comme une version de développement en mode demo.
Cela a des avantages (c’est gratuit !) et des inconvéniants (Changement Hasardeux, parametre demandé non pris en compte, Pas de change log ou autre explications … genre tu cherches…)En tout cas parfait si c’est résolu
Bon week end ! -
@bugsounet vi
en tout cas merci quand même pour l’aide que l’on a essayé de m’apporter
je vais pouvoir continuer mon projet tranquillement en tout cas.
merci beaucoup