• 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 85.6k 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.
  • 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
        • O Offline
          onetwankyfive
          last edited by Dec 27, 2016, 9:14 PM

          Thanks for this module. Dropped Wunderlist in favor of this via Alexa integration.

          https://blog.todoist.com/2016/10/13/todoist-alexa-integration/

          1 Reply Last reply Reply Quote 0
          • H Offline
            hhaiii @tidus5
            last edited by Jan 12, 2017, 6:00 AM

            @tidus5 This looks awesome - how did you implement? I just got my basic Todoist module running today

            1 Reply Last reply Reply Quote 0
            • D Offline
              dinkybluebug245
              last edited by dinkybluebug245 Jan 17, 2017, 11:40 AM Jan 17, 2017, 11:40 AM

              Im having some issues with this module. When I add items to my todoist - it appears in the module, but when I mark them as completed , or they are deleted - the items dont come off the module - unless I add a new item onto the list. At that point, they disappear, and the new item gets added.

              Very odd.

              Ive raised it as an issue here: https://github.com/cbrooker/MMM-Todoist/issues/3

              Any ideas why this might be?

              S 1 Reply Last reply Jan 22, 2017, 10:43 AM Reply Quote 0
              • S Offline
                shashank @dinkybluebug245
                last edited by Jan 22, 2017, 10:43 AM

                @dinkybluebug245 hi i added this module , when i add a item with Alexa voice , it gets added to inbox i could not able to get lists: [ 1234567890 ] number from the url
                0_1485081729902_upload-88d37e27-8aef-4d99-b321-07b2922e3c9d

                O 1 Reply Last reply Jan 25, 2017, 9:27 PM Reply Quote 0
                • O Offline
                  onetwankyfive @shashank
                  last edited by Jan 25, 2017, 9:27 PM

                  @shashank click inbox instead of today

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dakipro
                    last edited by Jan 26, 2017, 9:14 PM

                    I wanted to try to fix this module, but I have found that using the .ical export from todoist works great with official calendar module, so…

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      psm9
                      last edited by Mar 6, 2017, 6:05 PM

                      Hi, all,

                      Does anybody know how to sort this list? It adds new items at the bottom, so if there is no more room on the mirror, I can’t see them. I can’t figure out how to sort them on Todoist’s site easier, except alphabetically. I am using the “Alexa Shopping List” list in Todoist

                      Thanks

                      S 1 Reply Last reply Mar 8, 2017, 5:40 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 2 / 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