A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
module develop help!
-
And the last, you SHOULD DRAW YOUR DOM for real rendering.
getDom: function() { // do your job... yourDOM = document.createElement("div") yourDOM.innerHTML = "Something" return yourDOM // DOM which has your content inside, should be returned. },
-
This post is deleted! -
@wireshark
Run withnpm start dev
. And see the logs and errors. They tell you what are real problems. And even for us, without exact information, we couldn’t help.
Anyway, what it means ‘doesn’t work’? It has errors? Black screen?
I think if it works, just alert window would be popped up. (Return value ofxhr.send()
might be not what you really want.) You’d better to investigate codes aroundalert()
. -
This post is deleted! -
Did you ever get your module to work?