question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MMM-Todoist stuck at loading...

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:21 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cbrookercommented, Aug 7, 2021

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

0reactions
karldonteljamescommented, Dec 20, 2022

I know the last few posts have been mine, but i can confirm that you do not need both labels and projects. I’m pulling from projects, and have three seperate lists on on my MagicMirror now. Working brilliantly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SOLVED MMM-Todoist Loading......??
i installed the module and configured a test token, and get the banner, but no tasks… i added a task, checked on my...
Read more >
MMM-Todoist working? : r/MagicMirror
Is this module working for anyone recently? I have it displaying but it's stuck on loading indefinitely it seems.
Read more >
Having trouble with Todoist?
Whether you're having problems syncing with the server or experiencing a minor bug you just can't seem to shake, try logging out and...
Read more >
Common Problems with Google Calendar
The dates need to be in MM/DD/YYYY format to ensure Google Calendar adds the event to the correct date(s). If your trigger is...
Read more >
Get early access to Tasks
Nothing happened and I could not get EN to load from the Windows 10 start button ... I use Todoist to manage my...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found