Read the statement by Michael Teeuw here.
MMM-Todoist - Your todoist tasks on your mirror
-
Been testing a lot and figured out if you have entries in your list that have no due date assigned, then it crashes the module. If all entries in the list have dates then it behaves well. Gonna dig into the code to see where the bug is.
-
So I have to be one of those… I am having the same problem guys but you guessed it, my list is showing blank.
I have confirmed the node_modules is in the MMM-todoist folder and I updated the list number in MMM-Todoist.js. i have confirmed my access token is correct and my lists numbers are correct
My MMM-Todoist.js is:
Module.register("MMM-Todoist", { defaults: { maximumEntries: 10, lists: ["my list number here"], interval: 60, fade: false, fade point: 0.25 },
My config.js is:
{ module: 'MMM-Todoist', position: 'bottom_left', header: 'Todoist' config: { // See 'Configuration options' for more information. accessToken: 'my access token here', // lists: ["edit in MMM-Todoist.js"], maximumEntries: 60, interval: 60, fade: false } },
If anyone has any thoughts i would be really appreciative. Been tearing out my 4 remaining hairs.
-
@Sunburned What worked for me is if when adding TODOs on the app or website if you give them a due date they will then show up on the mirror, in the order that they are due from soonest to latest.
-
Just a tip, todoist now integrates natively with google calendar, then the “official” calendar plugin works just fine.
(even before todoist integrated with google, i used todoist iCal link with official calendar plugin, set manual refresh and it just works great). -
Thanks for the suggestion, saw that earlier in the thread and tried it out. No luck
-
Just a tip, todoist now integrates natively with google calendar, then the “official” calendar plugin works just fine.
(even before todoist integrated with google, i used todoist iCal link with official calendar plugin, set manual refresh and it just works great).Is that only available to premium users?
-
yeah, looks like it, didn’t think of that to be honest :(
-
General question then. Do you need a premium todoist account for this module to function? I don’t see why you would but i cant think of another explanation.
-
@Sunburned No you do not need the premium Todoist account for the module to work.
-
@MasonT3 I wrote a fix to the ‘no due date tasks’ so they will sort to the end. I think Chris Booker hasn’t had time to implement but the fix is available at my MMM-Todoist fork at: https://github.com/tkotz8105/MMM-Todoist