If a add the module to my config.js, i only see a black screen and all my modules show nothing.
I added following code:
{
module: 'MMM-Wunderlist',
position: 'top_left', // This can be any of the regions. Best results in left or right regions.
header: 'To-Do Liste', // This is optional
config: {
clientID: "[id here]",
accessToken: "[token here]"
}
},
If a add the module to my config.js, i only see a black screen and all my modules show nothing. I added following code: