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.5k 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
      Chiumanfu
      last edited by

      Been testing a lot and figured out if you have entries in your list that have no due date assigned, then it crashes the module. If all entries in the list have dates then it behaves well. Gonna dig into the code to see where the bug is.

      1 Reply Last reply Reply Quote 0
      • S Offline
        Sunburned
        last edited by

        So I have to be one of those… I am having the same problem guys but you guessed it, my list is showing blank.

        I have confirmed the node_modules is in the MMM-todoist folder and I updated the list number in MMM-Todoist.js. i have confirmed my access token is correct and my lists numbers are correct

        My MMM-Todoist.js is:

        Module.register("MMM-Todoist", {
        
         defaults: {
                      maximumEntries: 10,
                      lists: ["my list number here"],
                      interval: 60,
                      fade: false,
                      fade point: 0.25
        },
        

        My config.js is:

        {
                     module: 'MMM-Todoist',
                     position: 'bottom_left',
                     header: 'Todoist'
                     config: { // See 'Configuration options' for more information.
                     accessToken: 'my access token here',
                                      // lists: ["edit in MMM-Todoist.js"],
                     maximumEntries: 60,
                     interval: 60,
                     fade: false
                     }
        },
        

        If anyone has any thoughts i would be really appreciative. Been tearing out my 4 remaining hairs.

        M T joela85J 3 Replies Last reply Reply Quote 0
        • M Offline
          MasonT3 @Sunburned
          last edited by

          @Sunburned What worked for me is if when adding TODOs on the app or website if you give them a due date they will then show up on the mirror, in the order that they are due from soonest to latest.

          S T 2 Replies Last reply Reply Quote 0
          • D Offline
            dakipro
            last edited by

            Just a tip, todoist now integrates natively with google calendar, then the “official” calendar plugin works just fine.
            (even before todoist integrated with google, i used todoist iCal link with official calendar plugin, set manual refresh and it just works great).

            S 1 Reply Last reply Reply Quote 1
            • S Offline
              Sunburned @MasonT3
              last edited by

              @MasonT3

              Thanks for the suggestion, saw that earlier in the thread and tried it out. No luck

              1 Reply Last reply Reply Quote 0
              • S Offline
                Sunburned @dakipro
                last edited by Sunburned

                @dakipro

                Just a tip, todoist now integrates natively with google calendar, then the “official” calendar plugin works just fine.
                (even before todoist integrated with google, i used todoist iCal link with official calendar plugin, set manual refresh and it just works great).

                Is that only available to premium users?

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

                  yeah, looks like it, didn’t think of that to be honest :(

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Sunburned
                    last edited by

                    General question then. Do you need a premium todoist account for this module to function? I don’t see why you would but i cant think of another explanation.

                    T 1 Reply Last reply Reply Quote 0
                    • T Offline
                      tkotz8621 @Sunburned
                      last edited by

                      @Sunburned No you do not need the premium Todoist account for the module to work.

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        tkotz8621 @MasonT3
                        last edited by

                        @MasonT3 I wrote a fix to the ‘no due date tasks’ so they will sort to the end. I think Chris Booker hasn’t had time to implement but the fix is available at my MMM-Todoist fork at: https://github.com/tkotz8105/MMM-Todoist

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 8
                        • 4 / 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