Read the statement by Michael Teeuw here.
Wunderlist - your todos on the mirror
-
This module is perfect since we’re using Wunderlist already but I’m having a difficult time getting it to display. It installed properly, I’ve included my clientID and accessToken in config.js, it loads the header but the actual widget is blank and it’s not throwing any errors.
Any help is appreciated.
Chris
-
@chrismoore Can you show me your
lists: []
entry in your config? -
Sure, it’s just:
lists: ["today"]
which is currently populated and active on Wunderlist. The app url on Wunderlist is http://localhost:8080 -
The list is exactly written like this?
-
{ module: 'MMM-Wunderlist', position: 'top_right', // This can be any of the regions. Best results in left or right regions. header: 'To-Do List', // This is optional config: { accessToken: '***', clientID: '***', lists: ["today"] } }
-
@chrismoore can you send me a Screenshot from the Wunderlist app showing the name of the list you try to embed?
-
Here you go.
-
@paviro any plans for adding iCal reminders?
-
@chrismoore ah! No idea how that list is called in the API :/ you’d have to check the API docs for that :)
-
@MichMich iCal reminders? Like the Apple reminders? Are they synced via iCal?