Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToDoist Just sits at Loading #120

Open
nobbie25 opened this issue Nov 27, 2023 · 3 comments
Open

ToDoist Just sits at Loading #120

nobbie25 opened this issue Nov 27, 2023 · 3 comments

Comments

@nobbie25
Copy link

nobbie25 commented Nov 27, 2023

I installed ToDosit module today and have been struggling to get it to work. I've been reading their API documentation and I see a few things that are not up to date per their documentation.
In the MMM-ToDoist.js currently the defined API call is
apiVersion: "v9", apiBase: "https://todoist.com/API", todoistEndpoint: "sync",

But when you go to ToDoist site https://developer.todoist.com/sync/v9/#summary-of-contents

The url they have documented is https://api.todoist.com/sync/v9/sync

I've modified the apiBase to use the new url but that still sits and loads.. Looking further into the documentation I think the header needs to be `application/json' and if this is strictly to pull projects ther read API url is https://api.todoist.com/sync/v9/projects/get_data where you only need to pass an API key and project ID.

I'm thinking that the node_helper needs to be a read and not a post but I'm not entirely sure, there might be more that needs to be done to make this work.. unfortunately I can't seem to figure it out and I'm curious if any else has raised this issue.

@sophiebellgray
Copy link

Hey,
I am having the same problem! I'm going to try and do some of the digging you have and follow along.

Fingers crossed for resolution - this is my final module to setup!

@069chris
Copy link

Same over here

@openPhiL
Copy link

I just realized it stopped working for me too..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants