A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Adding more times of day to the complement module
-
Anyone can help me add more times to the complement module as night time complements. Thank you
-
This post is deleted! -
@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.