A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Any plan to replace "request" and "moment"?
-
@mumblebaj Yeah, I got irritated enough that it wasn’t working I realized I was being a total idiot and not pointing at the JS correctly. Why the hell it’s buried so deep, well…
-
-
@sdetweil heh.
Now, I’m down to the javascript exploding bug.
A <= B
== Crash. 😢Oh well. Shelved.
I’ll tackle it when/if the main switches.
-
@bkeyport You doing date comparison?
-
@bkeyport Can you adapt the following and see if it works for you?
var startDate = DateTime.fromISO("2021-09-06T17:22:49.916+02:00"); var someDate = DateTime.fromISO("2021-03-06T17:22:49.916+02:00"); var result = startDate.startOf("day") <= someDate.startOf("day"); console.log("Date Comparison Result: ", result) // => true;
-
@mumblebaj I’ll play with it later, We’ve hijacked the thread enough.