paviro / MMM-Wunderlist

This an extension for the MagicMirror. It can display your Wunderlist todos.
39 stars 15 forks source link

Display nothing and hide other modules #33

Closed k-0 closed 5 years ago

k-0 commented 5 years ago

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]"
                }
        },