@eddiebrok
This minimal config works for me:
let config = {
address: "0.0.0.0",
port: 8080,
ipWhitelist: [],
modules: [
{
module: "MMM-Remote-Control",
position: "top_left",
},
{
module: "MMM-JukeBox",
position: "top_left",
}
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") { module.exports = config; }