@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.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
C
Latest posts made by chrismoore
-
RE: Wunderlist - your todos on the mirror
-
RE: 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.
-
RE: Wunderlist - your todos on the mirror
{ 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"] } }
-
RE: 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 -
Wunderlist - your todos on the mirror
This module is perfect since we’re using Wunderlist already but I’m having a difficult time getting it to display. It installed properly, I’ve included my clientID and accessToken in config.js, it loads the header but the actual widget is blank and it’s not throwing any errors.
Any help is appreciated.
Chris