EXT-Detector - Black screen - ConfigMerge error
-
Hi,
After a long time I decided to change my AssistantMk2 by Your New googleAssistant.
I have a problem why EXT-DETECTOR : black screen
I Lauched MM in dev mode =>
EXT-Detector.js:44 Uncaught ReferenceError: configMerge is not definedNeed to install another js script ?
thanks for you answer,
RegardsTech : RPI3b - 10/Buster - npm 6.14.15 - node 14.19.1
My log :
[2022-03-19 10:26:33.362] [LOG] Connecting socket for: MMM-GoogleAssistant
[2022-03-19 10:26:33.365] [LOG] [GA] Read config.js and check ConfigDeepMerge…
[2022-03-19 10:26:33.369] [LOG] [GA] Perfect ConfigDeepMerge activated!
[2022-03-19 10:26:33.372] [LOG] Connecting socket for: EXT-Alert
[2022-03-19 10:26:33.374] [LOG] Starting module helper: EXT-Alert
[2022-03-19 10:26:33.377] [LOG] Connecting socket for: Gateway
[2022-03-19 10:26:33.381] [LOG] Connecting socket for: EXT-Detector
[2022-03-19 10:26:33.411] [LOG] [DETECTOR] EXT-Detector Version: 1.0.1 rev: 220315
[2022-03-19 10:26:33.413] [LOG] Sockets connected & modules started …My config.js :
{
module: “MMM-GoogleAssistant”,
configDeepMerge: true,
config: {
debug: true,
stopCommand: “stop”,
assistantConfig: {},
responseConfig: {
chimes: {},
imgStatus: {},
zoom: {}
},
recipes: []
}
},{
module: ‘EXT-Alert’,
config: {
debug: false,
ignore: []
}
},
{
module: ‘Gateway’
},{
module: “EXT-Detector”,
position: “top_left”,
configDeepMerge: true,
config: {
debug: true,
}
}, -
Hi
are you really sure that you have Pre-requirements ? (not me…
)
-
sorry, I missed the 1st line.
Only on debian 11 ?Arnot
-
no (again)
- need MagicMirror v2.18.0 (and more)
- raspbian v10 (buster) or v11 (bulleyes)
- only 32bits version (not x64)
-
ok, I’ll start to update MM (2.11)
-
so, you have your response
Update it properly and retry
-
I think so, I’m ashamed
-
Don’t worry, generaly, you do only one time this mismake
-
ok it’s work for detector
Next tokenGA.json missing…
(I have the file in MM-GoogleAssistant directory (manual, with your token.js i can’t past the code)) -
Perfect if Detector works
-
bugsounet