@Bugsounet YOU ARE A MAGIC MAN.
And @sdetweil , you are quite right about my forum incompetence. For the record I will try to do better right now.
Bugs, there were some commas missing that threw me off for a while, but this is the config that worked/ I encourage @Croeder to check this out, since I am also using the Google Hat.
{
module: "MMM-AssistantMk2",
position: "top_left",
config: {
debug: true,
ui: "Fullscreen",
assistantConfig: {
latitude: 51.508530,
longitude: -0.076132,
},
responseConfig: {
useHTML5: false,
playProgram: "mpg321",
useStaticIcons: false,
},
micConfig: {
recorder: "arecord",
device: "plughw:0",
},
recipes: [ "with-MMM-Hotword.js" ],
profiles: {
"default": {
profileFile: "default.json",
lang: "en-US",
},
},
addons: false,
}
},