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?
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!
-