MMM-Todoist: MMM-Todoist stuck at loading...

Pulled the git and ran npm install. Get these two warning:

Dont know if this is the problem

Tried adding the module and have tried resetting the API key but no joy.

Heres config file:

   {
                 module: 'MMM-Todoist',
                 position: 'top_left',   // This can be any of the regions. Best results in left or right regions.
                 header: 'Todo List', // This is optional
                 config: { // See 'Configuration options' for more information.
                         hideWhenEmpty: false,
                         accessToken: 'apikeyremoved',
                         maximumEntries: 60,
                         updateInterval: 10*60*1000, // Update every 10 minutes
                         fade: true,
                         displayLastUpdate: true,
                         displayAvatar: true,
                         // projects and/or labels is mandatory:
                         //projects: [ 166564794 ],
                         labels: [ "MagicMirror", "Important" ]
       }
  }

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Comments: 23 (7 by maintainers)

Most upvoted comments

I’m having the same issue. Stuck at loading…

I ran the checkout command and also got that same error:

git checkout df2d4ff
error: Your local changes to the following files would be overwritten by checkout:
	package-lock.json
	package.json
Please commit your changes or stash them before you switch branches.
Aborting

I tried microsoft todo, and todoist. Neither of them work both stuck at loading… man you’d think getting a todo list into magic mirror would be easier… I’m exhausted spent hours on this already 😦

Sounds like a git conflict. Not sure what changed your local package file. Go to the MMM-Todist folder and type “git stash”. Then do your checkout again. “git checkout df2d4ff”

Looking at the thread. I see there is a problem with the latest build. I’ll try to take a look soon.

Chris