Read the statement by Michael Teeuw here.
Wunderlist - Lists not showing up
-
- 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?