Read the statement by Michael Teeuw here.
Wunderlist - your todos on the mirror
-
@paviro As a test I also tried “inbox” which has a test to-do on Wunderlist but that also doesn’t show up.
-
-
@paviro Although when I use ‘week’ as the list, it seems to have stopped working :cold_sweat:
-
Could you guys try to execute
curl -H "X-Access-Token: OAUTH-TOKEN" -H "X-Client-ID: CLIENT-ID" https://a.wunderlist.com/api/v1/lists
in a terminal? -
Is the name of the list case sensitive? “today” / “Today”?
-
@zombi27 I tried that earlier in the process and nothing appeared. I’m going to rip everything apart and try to figure out where the issue is.
-
Seems like there is no today list available via the API.
-
is it possible to get this module to work with magic mirror v2? if so how can i get the api?
-
@jagerpower this module is for MM v2.0? :confused:
-
Hi @jagerpower
It’s definitely working. I just followed paviro’s instructions.Here is my config:
module: 'MMM-Wunderlist', position: 'top_left', header: 'Wunderlist', config: { accessToken: '*******************', clientID: '************', lists: [ 'inbox', 'Einkaufsliste' ], interval: 60, fade: true }
@paviro, thanks