• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.4k 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
    devtech8
    last edited by Oct 12, 2017, 9:26 PM

    So I thought I had this setup correctly, but none of my list are showing. Not sure what is going wrong, but the header “Todoist” is showing as shown in the screenshots. Can anyone help with this?

    this is in my config:
    2_1507843455124_todoist3.PNG

    I tried using both the client ID and the client secret. are these the api keys I am after?
    1_1507843455124_todoist2.PNG

    You can see the title on upper right with no tasks shown below:
    0_1507843455124_todoist1.PNG

    Been struggling with this for a bit. Thanks much.

    1 Reply Last reply Reply Quote 0
    • D Offline
      d3r
      last edited by Oct 12, 2017, 11:01 PM

      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 Oct 12, 2017, 11:12 PM

        Thanks. Is that all that seems wrong?

        D 1 Reply Last reply Oct 12, 2017, 11:13 PM Reply Quote 0
        • D Offline
          d3r @devtech8
          last edited by Oct 12, 2017, 11:13 PM

          @devtech8 Everything else seem fine.

          1 Reply Last reply Reply Quote 1
          • B Offline
            barnosch
            last edited by Oct 13, 2017, 6:02 AM

            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 Oct 13, 2017, 6:37 AM Reply Quote 0
            • D Offline
              devtech8 @barnosch
              last edited by Oct 13, 2017, 6:37 AM

              @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 Oct 13, 2017, 8:41 AM

                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 Oct 13, 2017, 9:12 AM

                  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 Oct 13, 2017, 10:07 AM

                    @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 Oct 15, 2017, 6:18 AM

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

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        1/11
                        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