You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "displaySubtasks: true" to your config for MMM-Todist.
modules: [ { module: 'MMM-Todoist', position: 'top_right', // This can be any of the regions. Best results in left or right regions. header: 'Todoist', // This is optional config: { // See 'Configuration options' for more information. hideWhenEmpty: false, accessToken: 'accessToken from Todoist', maximumEntries: 60, updateInterval: 10*60*1000, // Update every 10 minutes fade: false, // projects and/or labels is mandatory: projects: [ 166564794 ], labels: [ "MagicMirror", "Important" ] // Tasks for any projects with these labels will be shown. displaySubtasks: true, } } ]
When I have displaySubtasks set to truem they are still not shown underneath their parent task - For example , this is what shows in magicmirror :
And this is what shows in todoist under reverse proxy all the things
Would it be possible to show subtasks under parent tasks? Ideally Indented in and under the parent task?
The text was updated successfully, but these errors were encountered: