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

    Posts

    Recent Best Controversial
    • RE: Introduce yourself!

      @MichMich

      An Ultimaker 2, and a 40W laser cutter, one of the many Chinese clones you find on eBay. Though it’s been heavily modified by me (adjustable bed, air assist, better optics, etc., etc.)

      I forgot to mention earlier: the bits and pieces of Dutch that come out of me are because I grew up on an island that is part of the Dutch colony, so the first 20-odd years of my life, I also spoke Dutch daily … then I moved to the US and it all went downhill from there.

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • RE: Introduce yourself!

      While new to the project, I have been following it for a while. I just recently decided to build my own. It’s still sitting on my desk at home because I’m also doing a lot of remodeling in the house, so I haven’t quite decided where it’s going to go yet, nor have I gotten the two-way mirror for it yet. Having to decide on a final size is a bit of a challenge when you’re still moving things around and clearing walls only to put something on them, etc., etc. But, that doesn’t mean I’m not having fun working on it and contributing to the code when/where I can.

      I’m nearing 45, an IT Director by trade, and a maker as hobby. I work a lot with micro controllers and custom build mainly LED based electronics. When I’m not doing that I’m either doing CAD drawings that end up on my 3D printer, or to be cut on my laser cutter and assembled. And when I’m not doing ANY of those (really, what’s wrong with me?), I’m out hiking and enjoying nature.

      I’ll have to remember to come back and post the final product when I’m finally done with it.

      posted in General Discussion
      KirAsh4K
      KirAsh4
    • Calendar event dates enhancement

      This is a request that was made by djsunrise19 on GitHub which i will quote below:

      Hi,
      
      today I've seen another behavior. I had an event at 16 o'clock. I looked on both (MM1 and MM2) mirrors at 15 o'clock:
      
      MM1: displays in 1 hour or in 45 minutes (of course, 15minutes later)
      MM²: displays today at 16 o'clock
      
      Is it possible to put this function from MM1 in your MM² app? I know that is a personal feature. But in my opinion the MM1 solution fits way better. So you realize that the event is in the near future.
      
      Perhaps we can make that configurable.
      

      This is my current take on it. I added a timeFormat config option that allows you to set it to 'absolute' or 'relative'. When set to 'relative' the time display will look like this:
      Relative Time Display

      While in 'absolute' format, it looks like this:
      Absolute Time Display

      The current code already checks whether an event is happening within the next 48 hours and translates the event time into ‘TODAY at’ or ‘TOMORROW at’. I added another check to see if an event it within the next 6 hours, which will change the time format to ‘in x hours’ which will count down till the event happens:

      6 hours Time Display

      This is all currently being worked on locally on my fork. Once done I’ll submit a pull request. But I’d like to get feedback from others (as well as from djsunrise19 who originally requested this.) I’d like to know what other enhancements/changes people would like to see.

      One thing for me is how I like things displayed. I like the relative time, but only up to a point. For example, if I see an event that says ‘in 2 days’, that will get my attention versus if it said ‘May 4th’. Simply because I may not know what the current date is and see the absolute date won’t mean much. However, at the same time, an event that’s happening 20 days from now, I don’t need it to say ‘in 20 days’. I’m perfectly happy with it saying ‘May 22nd’ on that. So i may add another option, maybe call it 'urgency' and allow it to be configurable to what one would want. For me that would be a week, so that any event happening within a week, it would say ‘in x days’ where everything else further away would display the absolute date. It’s a combination of having both absolute as well as relative dates displayed. That’s just my preference though.

      Thoughts?

      posted in Development
      KirAsh4K
      KirAsh4
    • 1 / 1