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 107.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.
    • S Offline
      Sunburned
      last edited by Sunburned

      So the plot thickens. I have a cron job that restarts my mirror at 2am every day. I get home from work today and my mirror shows the 2 test entries I made when setting up my new todoist account, but they will not update. So those entries will not be removed and new entries will not be added, even when restarting the mirror.

      1 Reply Last reply Reply Quote 0
      • C Offline
        Chiumanfu
        last edited by

        Do those two entries have due dates associated? Mine did some weird things until I assigned due dates to each entry… and subsequently added tkotz8105’s fetcher fix.

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

          @Sunburned I find that sometimes happens as well… some changes I make (deletions, additions, mods) don’t make it to the mirror. I do not know why that is happening and have not looked in any detail on it. When you say that you restart the Mirror at 2 am… is it a system reboot? I do the same and when it all starts back up… the tasks are there and properly sorted.

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

            Thanks for the responses everyone.

            Chiumanfu
            Yep the entries all had due dates, and I also did the fetcher fix.

            tkotz8621
            2am is a full system reboot of the raspberry pie that then restarts the mirror.

            1 Reply Last reply Reply Quote 0
            • joela85J Offline
              joela85 @Sunburned
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • S Offline
                Sunburned
                last edited by

                So finally progress. I noticed that when the mirror was starting i was getting that EADRINUSE :::8080 error. I dug around a bit and removed some old modules that I either didn’t want anymore or decided not to use and flushed the PM2 logs, no more error on loading and todoist is working.

                The only issue now is the same thing that used to happen with wunderlist. If i add items to the list, they get added fine. If i remove them they do not come off. But if I remove something and add something else the removed item will be removed when the new item appears.

                1 Reply Last reply Reply Quote 0
                • R Offline
                  ROMSY
                  last edited by

                  hey guys,

                  just a short question is it possible to just show up the Tasks of Today or the next seven days or does only “One” list in the Module work right now?

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    djsunrise19 @tidus5
                    last edited by

                    @tidus5 Looks nice! Could you please share your code? :)

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

                      Hello,

                      I can’t see my entrys, but for two weeks as was functional.

                      My list is now only empty

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

                        Mine too. I wonder if Todoist API was changed. I was planning to look at it but unfortunately it won’t be until the weekend.

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

                          I have my make a new api , but it is not working too.

                          1 Reply Last reply Reply Quote 0
                          • kruemelK Offline
                            kruemel
                            last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              jsp196
                              last edited by

                              Has anyone solved this yet? I was unable to get Wunderlist to work (installed both regular and enhanced - would never show more than the heading title) and now I can’t get Todoist to work. All settings are correct - I’ve updated the List ID in the MMM-todoist.js file in addition to the config.js file. I also assigned deadlines to everything just to make sure that wasn’t an issue. Here’s my section of config file:

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

                              I’d really like ANY todo list to work on the mirror. I appreciate any help or suggestions. Thanks!

                              1 Reply Last reply Reply Quote 0
                              • J Offline
                                jsp196
                                last edited by

                                Follow-up question - I’ve been trying to put all the config options in both the MMM-Todoist file and the config.js file (commenting them on and off as needed) but it’s not working. Is there a way for me to find a LOG of what Todoist is responding with so I know if it’s working? I’m a relative beginner but am hoping there’s a place for me to look and diagnose what’s not working.

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

                                  @jsp196 A possible reason for your tasks not displaying is if you have any tasks with no due dates, there is a known bug in MMM-Todoist that will not display any of the tasks. I have a fork at https://github.com/tkotz8105/MMM-Todoist that corrects the bug. I hope it solves your issue.

                                  J 1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    jsp196 @tkotz8621
                                    last edited by jsp196

                                    @tkotz8621 Thanks. I had tried that but I just went through and deleted all the MMM-Todoist files, started over with your fork and now it works.

                                    One other question - if I want to change the color of this module, is the CSS entry .module.MMM-Todoist? And has anyone had any luck with it working in custom.css or does it need to go into main.css?

                                    Thanks!

                                    1 Reply Last reply Reply Quote 0
                                    • L Offline
                                      Lange
                                      last edited by

                                      Have anyone added a feature where it shows duedate?

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

                                        @Lange Good idea… I thought about looking to adding it as an option set in config file. It may be a few weeks before I can maybe start to take a look at it.

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

                                          I want to extend the module a little bit:

                                          • Project Name as header
                                          • Project color in front of the name / the todos
                                          • reminder icon behind the todo (due date like the discussion above)

                                          I tried a few things (from @tidus5 within the fetcher). But I can’t get it to work. Any hints / ideas?

                                          tidus5T 1 Reply Last reply Reply Quote 0
                                          • tidus5T Offline
                                            tidus5 @djsunrise19
                                            last edited by

                                            @djsunrise19 Hello

                                            i’m on holiday. Can send you the files when i’m back. you need to change the fetcher indeed.

                                            Have a nice day

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 3 / 4
                                            • 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