A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Wunderlist - your todos on the mirror
-
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?
-
@paviro As a test I also tried “inbox” which has a test to-do on Wunderlist but that also doesn’t show up.
-