@jerryy622
Hi Jerry,
I was just wondering why you didn’t post any screenshots or further information.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
M
Offline
Posts
-
RE: Magic TV Box A Custom Setup Using MagicMirror
-
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.