MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Sunburned
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 19
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      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.

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      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.

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      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.

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      So i have tried:

      1. Updating the fetcher from https://github.com/tkotz8105/MMM-Todoist
      2. Putting my list number in the MMM-Todoist.js file rather than the config file (my list number is 10 digits btw, not an issue but i thought it was odd as all the samples had 9.)
      3. Changing the Access token
      4. Deleting and recreating the module
      5. Deleting my todoist account and recreating it

      I am currently at a loss.

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      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.

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      @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?

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      @MasonT3

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

      posted in Productivity
      S
      Sunburned
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      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.

      posted in Productivity
      S
      Sunburned
    • RE: MMM-WunderGround - not appearing in Mirror

      I had the same issue and the fix was so dumb it had me smacking my head. The MMM-WeatherUnderground did not end up in the modules folder after my git pull. Moved it from where it was into the modules folder and “poof” like magic it worked.

      posted in Troubleshooting
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      @pugsly

      This is the page that I used to set up my cron job. I set it up to reset at 2am and start the mirror at 2:03.

      posted in Troubleshooting
      S
      Sunburned
    • RE: MMM-NHL - NHL Score and Schedule module

      @strawberry-3.141 said in NHL Score and Schedule module:

      focus_on: [2]

      Thanks for posting this! Really only interesting the NY Rangers. The full list of teams can be found in the .js file.

      https://github.com/Trentent/MMM-NHL/blob/master/MMM-NHL.js

      posted in Sport
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      @Headcrush
      I would try increasing your interval. 1 may be too short. Try 100, or at least 60

      posted in Troubleshooting
      S
      Sunburned
    • RE: MMM-Wunderlist not updating

      Hey all,
      I had the same issue, there is a good troubleshooting thread here https://forum.magicmirror.builders/topic/213/wunderlist-your-todos-on-the-mirror/85

      I ended up setting up a cron job to restart the pi and mirror each night at 2am and increased the wunderlist update interval to 120. That was about 2 weeks ago and so far so good.

      posted in Troubleshooting
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      Knock on wood… the wunderlist has been updating without issue. I have the pi and MM applicaiton restarting once a day at 2am and the interval is set at 120.

      posted in Troubleshooting
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      @pugsly Thanks for the suggestion. I gave repulling the app a shot and am still having the same issue, after a certain amount of time wunderlist decides to stop updating. It does seem to be lasting longer so i changed my cron job to restart the pi once a day and increased the wunderlist update interval to 120. We shall see how that works.

      posted in Troubleshooting
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      So I could not figure out why Wunderlist is freezing so just did a workaround by setting up a cron job to reset the pi twice a day and start up the mirror. So far that is working for me.

      posted in Troubleshooting
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      Has anyone encountered an issue where Wunderlist freezes? I am getting the module to show with my todo’s but they do not update after the magicmirror application has been running for more than about 18 hours. If i restart the magic mirror application it does update. As a side note, other modules on the mirror do update as well, so i am thinking it is possibly some freezing issue rather than a communication one.

      posted in Troubleshooting
      S
      Sunburned
    • RE: Wunderlist - your todos on the mirror

      Hey all,
      Love this module, just got it working and i think it is going to be really helpful staying organized. I am having one issue i was hoping to get some assistance with. New todo’s show up fine, however when one is marked as done, it does not disappear from the mirror, it will disappear from the phone app if i do it on the computer and vice versa. If i remove an item (or multiple items) and add something new then the completed items are removed. Any thoughts?

      posted in Troubleshooting
      S
      Sunburned
    • RE: Introduce yourself!

      Hello All,
      Name is Angelo from New York, USA, 33 years old. Coding experience, virtually zero but I built a CNC machine from scratch a couple of years back. A friend saw it and it and landed me an IT job at his company, just an entry level gig doing IT support but hey, it’s a start right? My MBA is in international business so the career change scared the heck out of me. So far I am really happy with it though. I have always been a maker and having just finished my ride on cooler I needed a new project. Enter the smart mirror. Really looking forward to offering and getting advice from the forum

      Great to meet everyone!!!

      posted in General Discussion
      S
      Sunburned
    • 1 / 1