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

Taskname and date in different lines #67

Open Clubjack1 opened 4 years ago

Clubjack1 commented 4 years ago

Do You think, its easy to change the Look? I use the Module “Mmm-my calendar”, and it would be great to have the same Look. (two lines, one with Taskname, one with date, and a Symbol)

cbrooker commented 4 years ago

It would be easy as a one-off to change the look. It would be harder to make it configurable.

To change the layout of the table that's rendered look at the section of code starting at line 545 of the MMM-Todoist.js file. You'll need to rearrange some of the layout code to split the columns into 2 rows per Task.