Formated configuration:
{
module: "MMM-StreamerStatus",
position: "top_right",
header: "Live Now",
config: {
twitchClientId: "your_client_id",
twitchClientSecret: "your_client_secret",
kickClientId: "your_client_id",
kickClientSecret: "your_client_secret",
youtubeApiKey: "your_api_key",
displayStyle: "list", // or "card"
showOffline: false,
streamers: [
{ name: "your_streamer", platform: "twitch" },
{ name: "your_streamer", platform: "kick" },
{ name: "Channel Name", platform: "youtube", channelId: "UCxxxxxxx" },
],
},
},