MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Help with showing todoist tasks?

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 4 Posters 7.9k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      d3r
      last edited by

      Go to settings then integrations on the todoist website. You’ll find your api token there.

      1 Reply Last reply Reply Quote 1
      • D Offline
        devtech8
        last edited by

        Thanks. Is that all that seems wrong?

        D 1 Reply Last reply Reply Quote 0
        • D Offline
          d3r @devtech8
          last edited by

          @devtech8 Everything else seem fine.

          1 Reply Last reply Reply Quote 1
          • B Offline
            barnosch
            last edited by

            put your lists in
            " "
            like this:

            lists: ["2163440886", "2162058078"]
            

            For troubleshooting, just use one list, if that works then, add the second.

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              devtech8 @barnosch
              last edited by

              @barnosch and @d3r - something seems messed up and nothing is going right with this. Tried quite a few variances.

              For some reason, I had it as lists: but I see in the repo for the project that it lists as projects:. So toyed around between the both of them with 1, 2, and 3 projects and creating test tasks. The config says the “projects” look a certain way in the URL with the number being after “%2F”. So in my case for 1 project, this screenshot:

              0_1507876269348_Capture.PNG

              So now my code in the config should be:

              {
              	module: 'MMM-Todoist',
              	position: 'top_right',	// This can be any of the regions. Best results in left or right regions.
              	header: 'Todoist test', // This is optional
              	config: { // See 'Configuration options' for more information.
              		  accessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
              		maximumEntries: 60,
              		interval: 60,
              		lists: ["2162058078"],
              		fade: false
                }
              },
              

              I am using the correct API key as noted from a previous response.

              If I look via dev tools at the page, here is a snapshot:

              0_1507876609146_Capture2.PNG

              But still, the best I can get is just the title showing up. Further thoughts please?

              Thanks much.

              1 Reply Last reply Reply Quote 0
              • B Offline
                barnosch
                last edited by

                This one works for me.

                {
                		module: 'MMM-Todoist',
                		position: 'top_left',
                		header: "To Do", 
                		config: {
                          		accessToken: 'blablablae0fa5611c30blablablablablabla',
                			maximumEntries: 20,
                			interval: 600,
                			lists: [ "2157759361" ],
                			fade: false,
                      			}
                		}, 
                

                the %2F must be subtracted, correct.

                Did you install all the dependencies of the module with
                “npm install” within the “modules/MMM-todoist” folder ?

                1 Reply Last reply Reply Quote 0
                • B Offline
                  barnosch
                  last edited by

                  something else i mentioned.
                  As i remember, there was some issues, Todoist was not showing something, like in your case.

                  I never had the problems and i am on an very old version (jan 9)

                  pi@pi3:~/MagicMirror/modules/MMM-Todoist $ git show
                  commit 155ffe4d49bd8af59ab8bb0736c3ad756c0515d6
                  

                  (btw. not sure, if this is correct, like i did it, to see the installed version)

                  Maybe @cbrooker has a idea for your problem.

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    d3r
                    last edited by

                    @devtech8 Just remembered there was something else too.
                    Did you take a look at this?
                    https://github.com/cbrooker/MMM-Todoist/issues/16

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      devtech8
                      last edited by

                      That issue @d3r mentioned was the problem. It now displays just fine. Thanks for the help!

                      1 Reply Last reply Reply Quote 0
                      • zdenekZ Offline
                        zdenek
                        last edited by

                        dears, can u plz provide me step-by-step how to get token? I’ve ID and Secret, but no idea what to do now…

                        thanks, Zdeněk

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy