A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[Coding] update time from every 1 second to scheduled time
-
of course. I have still no idea
-
@kent79 if you edit the constant so it is 5 minutes from now, does it trigger?
the fetch will still get today’s time
-
I find out line 41 coding is wrong, the correct value is “MS_in_day = 10006060*24”. I have tested and work fine now. Thanks.
Orginal:
let MS_in_day =20*60*60*1000+8*60*1000 //24*60*60*1000;
New:
let MS_in_day = 1000*60*60*24;
-
Combined the lunar script to default clock module. It looks great. Thank you again for your great help. :)
-
@kent79 correct . I told you that I had changed the constant to test trigger
and that you had to change it back