Read the statement by Michael Teeuw here.
Wunderlist - Lists not showing up
-
I installed the Wunderlist module successfully, it shows up but no lists/tasks show up in the module.
I’ve read this thread https://forum.magicmirror.builders/topic/213/wunderlist-your-todos-on-the-mirror/5 to try and solve this but so far no success.My wunderlist looks like this: http://imgur.com/oLYLYWi and http://imgur.com/a/yrbF7
Finally my config.js looks like this:
{ module: 'MMM-Wunderlist', position: 'top_left', // This can be any of the regions. Best results in left or right regions. header: 'Wunderlist', // This is optional config: { accesToken: '<token generated by Create Acces Token', clientID: '<client ID from my app view', lists: [ 'today', 'Mat' ], interval: 10, fade: true } },
Any idea what the problem is?
If relevant i haven’t installed the MM on an actual Pi yet, rather i followed yo-less instructions in this thread https://forum.magicmirror.builders/topic/548/building-mirror-without-programing/3 to test it out on a PC before i go out and buy a Pi and new monitor.
-
- can you have a look at the suggested solution in
https://forum.magicmirror.builders/topic/388/wunderlist-acess-token
that might help
best, - can you have a look at the suggested solution in
-
I tried that already and it didn’t help unfortunately, as far as i’ve understood the URL’s doesn’t matter as long as an actual app isn’t published?
Whats interesting is if i run the following cmd as suggested in the thread i linked in my OP "curl -H "X-Access-Token: H “X-Client-ID: https://a.wunderlist.com/api/v1/lists” It returns my lists (but not it’s content/tasks) so i don’t think it’s an token/authorization issue.
-
@Notumlord there should be a debug script in the module folder, can you try to run it (after you added your tokens at the button)? Run it with
node name_of_debugger.js
-
@Notumlord I have exactly the same problem you are describing. "curl -H "X-Access-Token: H “X-Client-ID: https://a.wunderlist.com/api/v1/lists” shows my list but on Magic Mirror no list is shown at all. Did you find a solution meanwhile?
-
@max72at
When i installed it on a Pi the module worked fine and showed all lists and their contents, maybe it’s an issue with node.js when installed on a regular PC?