A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Face Recognition with inferred light
-
How can I see the web inspector?
-
@feuerball try
alt
cmd
I
-
Gonna give this a try when I’m back@home
-
-
@feuerball please press on
main.js
on the right so we can see on what it tries to execute the lower case thing. -
-
Uhm @MichMich could it be that the module fading fails if no module has the class you are trying to fade?
-
Did some debugging. I’m not an expert in Java at the moment, but isn’t there missing the class Marvin @
module.data.classes ?
-
Javascript … not Java. Two different beasts. But yes, it’s being looked into …
-
I did some tests:
MM.getModules().withClass('a_non_existing_class') // No issue. MM.getModules().withClass('') // No issue. MM.getModules().withClass()// No issue.
So no idea what is causing that problem.