Read the statement by Michael Teeuw here.
MMM-Todoist - Your todoist tasks on your mirror
-
This post is deleted! -
So finally progress. I noticed that when the mirror was starting i was getting that EADRINUSE :::8080 error. I dug around a bit and removed some old modules that I either didn’t want anymore or decided not to use and flushed the PM2 logs, no more error on loading and todoist is working.
The only issue now is the same thing that used to happen with wunderlist. If i add items to the list, they get added fine. If i remove them they do not come off. But if I remove something and add something else the removed item will be removed when the new item appears.
-
hey guys,
just a short question is it possible to just show up the Tasks of Today or the next seven days or does only “One” list in the Module work right now?
-
@tidus5 Looks nice! Could you please share your code? :)
-
Hello,
I can’t see my entrys, but for two weeks as was functional.
My list is now only empty
-
Mine too. I wonder if Todoist API was changed. I was planning to look at it but unfortunately it won’t be until the weekend.
-
I have my make a new api , but it is not working too.
-
This post is deleted! -
Has anyone solved this yet? I was unable to get Wunderlist to work (installed both regular and enhanced - would never show more than the heading title) and now I can’t get Todoist to work. All settings are correct - I’ve updated the List ID in the MMM-todoist.js file in addition to the config.js file. I also assigned deadlines to everything just to make sure that wasn’t an issue. Here’s my section of config file:
{ module: "MMM-Todoist", position: "top_center", // This can be any of the regions. Best results in left or right regions. header: "ToDo List", // This is optional config: { // See 'Configuration options' for more information. accessToken: "XXXXXXXXXX", maximumEntries: 60, interval: 60, // lists: ["XXXXXXXXX"], fade: false, } },
I’d really like ANY todo list to work on the mirror. I appreciate any help or suggestions. Thanks!
-
Follow-up question - I’ve been trying to put all the config options in both the MMM-Todoist file and the config.js file (commenting them on and off as needed) but it’s not working. Is there a way for me to find a LOG of what Todoist is responding with so I know if it’s working? I’m a relative beginner but am hoping there’s a place for me to look and diagnose what’s not working.