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!