@MilkShake I tried editing my config.js with the following:
{
module: "MMM-Hotword",
position: "top_left",
config: {
recipes: ["with-AMk2v3_smart-mirror.js"],
}
},
{
module: "MMM-AssistantMk2",
position: "top_left",
config: {
assistantConfig: {
latitude: 55.749842,
longitude: 12.497128,
},
recipes: [ "with-MMM-Hotword.js" ],
addons: true,
},
},
But it crashes my MagicMirror. If I remove “addons: true,” the mirror starts and the two top_left positions are empty.