cbrooker / MMM-Todoist

This is an extension for the MagicMirror2 platform. It will display your Todoist todos on your MagicMirror.
MIT License
151 stars 58 forks source link

Added functionality to filter tasks on due date #38

Closed gkreitz closed 5 years ago

gkreitz commented 5 years ago

Added configuration options to only show tasks due X days into the future (with a bool to toggle if you want or do not want those without deadline). The default config is the same as current behaviour (show all tasks). Solves issue #37

cbrooker commented 5 years ago

Thanks!