• 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.

MMM-Todoist - Your todoist tasks on your mirror

Scheduled Pinned Locked Moved Productivity
76 Posts 37 Posters 93.0k Views 39 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.
  • C Offline
    cowboysdude Module Developer
    last edited by cowboysdude Sep 27, 2016, 11:48 PM Sep 27, 2016, 11:44 PM

    That’s what I thought but when I put the list on the mirror… it’s blank :*(

    Here’s what mine looks like [everything but the list number I changed ;)]

    https://en.todoist.com/app?lang=en&v=820#project%2F111531720

    so I used [ 111531720 ]

    The list is blank on the mirror…

    Here’s my config:

    module: 'MMM-Todoist', position: 'bottom_bar', // This can be any of the regions. Best results in left or right regions. header: 'Work List', // This is optional config: { // See 'Configuration options' for more information. accessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', maximumEntries: 3, interval: 30, lists: [ 111531720 ], fade: true

    1 Reply Last reply Reply Quote 0
    • J Offline
      JoeSpencer
      last edited by Oct 16, 2016, 7:18 PM

      Same issue, any progress?

      C 1 Reply Last reply Oct 17, 2016, 2:46 PM Reply Quote 0
      • C Offline
        cowboysdude Module Developer @JoeSpencer
        last edited by Oct 17, 2016, 2:46 PM

        @JoeSpencer said in MMM-Todoist - Your todoist tasks on your mirror:

        Same issue, any progress?

        None for me… I gave up on it and moved on… never got an answer to the issues I had. NO big deal… People get busy… I don’t get upset I just find a different way :)

        S 1 Reply Last reply Oct 17, 2016, 2:50 PM Reply Quote 0
        • S Offline
          strawberry 3.141 Project Sponsor Module Developer @cowboysdude
          last edited by Oct 17, 2016, 2:50 PM

          @cowboysdude @JoeSpencer did you guys create an issue on github? the author is offline since over a month on this forum here, maybe you can reach him better on github

          Please create a github issue if you need help, so I can keep track

          C 1 Reply Last reply Oct 17, 2016, 2:52 PM Reply Quote 0
          • C Offline
            cowboysdude Module Developer @strawberry 3.141
            last edited by Oct 17, 2016, 2:52 PM

            @strawberry-3.141 could have I guess but at the time I was onto others things…

            So when I get home I’ll do that! Enjoying the sun here: https://www.google.com/maps/place/Galveston,+TX/@29.2187539,-95.2067404,10z/data=!3m1!4b1!4m5!3m4!1s0x863f59c8c4059259:0xe58b03c9b9eaecc1!8m2!3d29.3013479!4d-94.7976958

            J 1 Reply Last reply Oct 17, 2016, 2:54 PM Reply Quote 0
            • J Offline
              JoeSpencer @cowboysdude
              last edited by Oct 17, 2016, 2:54 PM

              @cowboysdude @strawberry-3-141 I switched to the Wunderlist module that this was based on and encountered the same issue, but I fixed it by generating a new token from the API.

              Maybe that would work for Todoist as well.

              C 1 Reply Last reply Oct 17, 2016, 2:55 PM Reply Quote 1
              • C Offline
                cowboysdude Module Developer @JoeSpencer
                last edited by Oct 17, 2016, 2:55 PM

                @JoeSpencer Yes I did that with a weather module and that fixed that also… sometimes those things just happen :)

                1 Reply Last reply Reply Quote 0
                • S Offline
                  shutterclick
                  last edited by Nov 27, 2016, 9:15 PM

                  Hi,

                  I had the same problem, I don’t know if you’ve solved it yet but for me it turned out to be some simple mistakes.

                  I thought I had followed the instructions to the letter, but actually at first I hadn’t cloned the module into the modules folder, just into the mirror folder. After cursing my own stupidity for that I carried on a while but still couldn’t get it working.

                  I tried the tip for generating a new access token but that wasn’t it. I then realised that when I cloned the module (into the correct folder!) I missed the small but vital step of navigating into the new folder before carrying out npm install.

                  I don’t know if any of you have made mistakes as daft as mine, but I finally got it working so thought I’d let you know.

                  Hope it helps someone!

                  T 1 Reply Last reply Dec 13, 2016, 5:20 PM Reply Quote 0
                  • T Offline
                    tidus5 @shutterclick
                    last edited by tidus5 Dec 13, 2016, 6:13 PM Dec 13, 2016, 5:20 PM

                    Yop,

                    I’m looking to add the reminder and priority level (with an icon) Has anyone did something like that with this module ?

                    in the fetcher i found where to add the var

                    	 for (var i = 0; i < JSON.parse(body).items.length; i++) {
                    		 if (JSON.parse(body).items[i].project_id == listID) {
                    			 items.push(JSON.parse(body).items[i].content);
                    			 items.push(JSON.parse(body).items[i].priority);	
                    			 items.push(JSON.parse(body).items[i].due_date_utc);	
                    

                    but i dont know how to use the answer

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      tidus5
                      last edited by Dec 27, 2016, 11:40 AM

                      Yop,

                      i did it :-)

                      0_1482838855804_Screen Shot 2016-12-27 at 12.37.48.png

                      H D 2 Replies Last reply Jan 12, 2017, 6:00 AM Reply Quote 3
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 1 / 8
                      • 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