Read the statement by Michael Teeuw here.
MMM-Todoist - adding reminder priority owner
-
Yop,
im progressing ^^
i understand how it’s working now - just dont know how to add an icon :-/Someone can help me ?
if (JSON.parse(body).items[i].priority == '1') {icontodo ='P1'} else if (JSON.parse(body).items[i].priority == '2') {icontodo ='P2'} else if (JSON.parse(body).items[i].priority == '3') {icontodo ='P3'} else {icontodo ='P4'};
icontodo = document.createElement(“span”);
icontodo.className = “wi wi-day-rain-mix”;
icontodo =‘img:wi wi-day-rain-mix’;any help is welcome :-)
-
Yop,
i did it :-)
@cbrooker could you just tell me - how you hide the task tagged like done ?
if i understand correctly the API documentation in the form you receive all - so normally the checked’s status can be used. but i only have items with checked = 0thanks :-)
-
Can you share your code for this module? Thx
-
Hello
see here - i’m on holiday. Send that as soon as i’m back
https://forum.magicmirror.builders/topic/566/mmm-todoist-your-todoist-tasks-on-your-mirror/59?page=6
-
Oki, have a nice holiday :)