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: '
-
- 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?