Read the statement by Michael Teeuw here.
MMM-Todoist
-
Hi everyone,
I’m trying to get Todoist to work, however, for the projects ID, it seems that they changed this?
The URL now is
I can’t insert this into the config.js as 6XFQcvJpXM3rMQwh because the it complains: [ERROR] Your configuration file contains syntax errors :(
Line 56 column 18: Parsing error: Identifier directly after number .Is there a way to find the project ID another way?
-
Thanks! Was not the solution I was looking for.
But I fixed it regardless.
Wrote a script in VSC to connect to my project and it gave me the ID in JSON ;)
Thanks anyways!
-
stuff in js
name : value
if value is true or false or a number, no quotes
otherwise quotes are required, single or double doesn’t matter as long as they are matched -
Thanks! Was not the solution I was looking for.
But I fixed it regardless.
Wrote a script in VSC to connect to my project and it gave me the ID in JSON ;)
Thanks anyways!
-
-
@MrCoads Hi, I am having the same problem that you encountered trying to use MMM-Todoist.
The Project IDs I am getting from Todoist are all alphanumeric, and I cant work out how to get numerical format project IDs to us with the MMM-Todoist module.
You mentioned that you managed to create a script to extract the ID in JSON. Would you be able to provide any more specific detail? Are you able to share the script that you created?
-
@MrCoads put the ID in quotes?
Does the url change?
-
@sdetweil I tried the ID in quotes, this doesn’t help. The Todoist URL never changes, it is always the same alphanumeric, which does not seem to be compatible with the module.
-
@OwenLars maybe the url changed too from what the code is using
-
@OwenLars Hi, this module is no more maintained, personnally I use the @ZachR19 fork, it works well.
-
@OwenLars I was able to get the proper project ID by running this command in the terminal. I just set it the module yesterday.
curl -s \ -H "Authorization: Bearer xxxxyourapikeyxxxx" \ https://api.todoist.com/rest/v2/projects