@smyvy the config that’s included in the mmm-awesome-alexa repo wasn’t working for me, so I adjusted it to make it look like other modules in my config. here’s my setup, I was actually missing a comma after the closing }, which fixed the black screen:
{
module: ‘MMM-awesome-alexa’,
position: “bottom_bar”,
config: {
wakeWord: “Alexa”,
clientId: “amzn1…”,
clientSecret: “…”,
deviceId: “magicmirror”,
refreshToken: “…”,
lite: false
}
},