Read the statement by Michael Teeuw here.
mmm-googleassistant ou réglage son
-
Bonjour,
j’ai un soucis avec MMM-Googleasistant ou le son sur mon raspberry.
Lorsque je lance magicmirror, il me dit que tout a bien démarré. mais lorsque j’appel Jarvis rien ne se passe.
J’ai juste un warning avec l’EXT-detector
[2025-01-10 10:24:54.472] [WARN] No /home/flavio/MagicMirror/modules/EXT-Detector/EXT-Detector.js found for module: EXT-Detector.Sur le raspberry lorsque je lance audacity et que j’essaie d’enregistrer un son dans le bas il me dit qu’il est stopper et donc je ne sais rien enregistrer. par contre si j’utilise la commande arecord dans le terminal la j’arrive a entendre le son que j’ai enregistrer.
voila une partie de mon log:
[2025-01-10 10:24:52.478] [LOG] Starting MagicMirror: v2.30.0
025-01-10 10:24:54.467] [LOG] Initializing new module helper …
[2025-01-10 10:24:54.468] [LOG] Check MagicMirror² version for node helper ‘MMM-GoogleAssistant’ - Minimum version: 2.30.0 - Current version: 2.30.0
[2025-01-10 10:24:54.470] [LOG] Version is ok!
[2025-01-10 10:24:54.471] [LOG] Module helper loaded: MMM-GoogleAssistant
********* * ### [2025-01-10 10:24:54.472] [WARN] No /home/flavio/MagicMirror/modules/EXT-Detector/EXT-Detector.js found for module: EXT-Detector.********
[2025-01-10 10:24:54.473] [LOG] No helper found for module: EXT-Detector.
[2025-01-10 10:24:54.915] [LOG] Initializing new module helper …
[2025-01-10 10:24:54.916] [LOG] Module helper loaded: calendar
[2025-01-10 10:24:54.919] [LOG] No helper found for module: compliments.
[2025-01-10 10:24:54.920] [LOG] No helper found for module: weather.
[2025-01-10 10:24:55.226] [LOG] Initializing new module helper …
[2025-01-10 10:24:55.226] [LOG] Module helper loaded: newsfeed
[2025-01-10 10:24:55.227] [LOG] All module helpers loaded.
[2025-01-10 10:24:55.244] [LOG] Starting server on port 8080 …
[2025-01-10 10:24:57.344] [LOG] Server started …
[2025-01-10 10:25:01.615] [INFO] System information:SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; virtual: false
OS: platform: linux; distro: Raspbian GNU/Linux; release: 12; arch: arm; kernel: 6.6.62+rpt-rpi-v7
VERSIONS: electron: 32.2.8; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 5.4.3
OTHER: timeZone: Europe/Brussels; ELECTRON_ENABLE_GPU: undefined
[2025-01-10 10:25:04.602] [LOG] [GA] MMM-GoogleAssistant Version: 9.0.1 rev: 250103
[2025-01-10 10:25:04.605] [LOG] [GA] [SECURE] Check digital footprint…
[2025-01-10 10:25:04.655] [LOG] [GA] [SECURE] Happy use !
[2025-01-10 10:25:04.657] [LOG] [GA] [CONFIG_MERGE] Perfect ConfigDeepMerge activated!
[2025-01-10 10:25:10.204] [LOG] [GA] [LIB] All GA libraries loaded!
[2025-01-10 10:25:10.206] [LOG] [GA] Recipes loaded!
[2025-01-10 10:25:10.265] [LOG] Create new calendarfetcher for url: https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics - Interval: 604800000
[2025-01-10 10:25:10.402] [LOG] Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
[2025-01-10 10:25:10.439] [INFO] updatenotification: Updater Class Loaded!
[2025-01-10 10:25:10.442] [INFO] updatenotification: Checking PM2 using…
[2025-01-10 10:25:11.399] [INFO] updatenotification: [PM2] You are not using pm2
[2025-01-10 10:25:11.401] [INFO] Checking git for module: MMM-GoogleAssistant
[2025-01-10 10:25:11.441] [LOG] [GA] ALL Modules scanned
[2025-01-10 10:25:11.443] [LOG] [GA] checking PM2 using…
[2025-01-10 10:25:11.561] [LOG] [GA] You don’t use PM2
[2025-01-10 10:25:11.567] [LOG] [GA] Assistant Ready!
[2025-01-10 10:25:11.621] [INFO] Checking git for module: MagicMirror
[2025-01-10 10:25:13.073] [INFO] Calendar-Fetcher: Broadcasting 12 events from https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics.
[2025-01-10 10:25:13.458] [INFO] Newsfeed-Fetcher: Broadcasting 21 items.
[2025-01-10 10:30:13.935] [INFO] Newsfeed-Fetcher: Broadcasting 21 items. -
-
@bugsounet je suis reparti d’une nouvelle installation de raspibian et du magicmirror.j’ai telechargé les nouveaux modules MMM-googlassistant et EXT-Detector . j’ai juste repris la partie config qui m’intéressait et les fichiers tokenGA.json et le credentials.json qui fonctionnait avant
-
@myayo001 tout est ok maintenant ?
-
@bugsounet non toujours pas! je ne comprends pas pourquoi
-
@myayo001 pourrais-je voir la config de EXT-Detector ?
-
@bugsounet voila ma config
{
module: “MMM-GoogleAssistant/EXTs/EXT-Detector”,
position: “top_left”,
configDeepMerge: true,
config: {
debug: false,
useIcon: true,
touchOnly: false,
detectors: [
{
detector: “Snowboy”,
Model: “jarvis”,
Sensitivity: null
},
{
detector: “Porcupine”,
Model: “ok google”,
Sensitivity: null
},
{
detector: “Porcupine”,
Model: “hey google”,
Sensitivity: null
},
]
}
},