A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Todoist Help
-
I am having a little trouble getting this module to work. I’ve tried multiple different projects and access tokens but neither have worked. Any help is appreciated.
{ module: 'MMM-Todoist', position: 'middle_center', // This can be any of the regions. Best results in left or right regions. header: 'To Do', // This is optional config: { // See 'Configuration options' for more information. accessToken: 'xxxxxxxxxxxxxxxx', maximumEntries: 60, updateInterval: 10*60*1000, // Update every 10 minutes projects: [ xxxxxxxxx ], fade: false } },