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

    Posts

    Recent Best Controversial
    • RE: Magic TV Box A Custom Setup Using MagicMirror

      @jerryy622
      Hi Jerry,
      I was just wondering why you didn’t post any screenshots or further information.

      posted in Showcase
      M
      markomaglic
    • RE: Adding more times of day to the complement module

      @hango
      That’s cool…
      Was looking for such thing, too.
      Is it possible to keep the text online for a certain time, i.e. from time x til time y?
      Maybe with the fade option…?
      Would like to use that for indicating the time of the day for an eldery person which sometimes confuses e.g. morning and evening etc.

      E.g. something like that:

      case (daytime >= 5 && daytime < 7):
      document.write("It's early morning...");
      break;
      case (daytime >= 7 && daytime < 9):
      document.write("it's morning time... " );
      break;
      

      Regretfully I am not too capable in java or implementing such little script.

      posted in General Discussion
      M
      markomaglic
    • 1 / 1