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.

    Adding more times of day to the complement module

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 3 Posters 933 Views 2 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.
    • D Offline
      diegocastillo01
      last edited by

      Anyone can help me add more times to the complement module as night time complements. Thank you

      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @diegocastillo01
        last edited by A Former User

        This post is deleted!
        M 1 Reply Last reply Reply Quote 0
        • M Offline
          markomaglic @Guest
          last edited by

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

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • 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