Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to show subtasks under parent tasks? #94

Open
Grzy7316 opened this issue Apr 7, 2021 · 2 comments
Open

Any way to show subtasks under parent tasks? #94

Grzy7316 opened this issue Apr 7, 2021 · 2 comments

Comments

@Grzy7316
Copy link

Grzy7316 commented Apr 7, 2021

Would it be possible to show subtasks under parent tasks? Ideally Indented in and under the parent task?

@cbrooker
Copy link
Owner

cbrooker commented Apr 7, 2021

Yes, absolutely.

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, } } ]

@Grzy7316
Copy link
Author

When I have displaySubtasks set to truem they are still not shown underneath their parent task - For example , this is what shows in magicmirror :
image
And this is what shows in todoist under reverse proxy all the things
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants