A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Metar Module Not Working
-
I’m trying to develop a module that gets the text from a website and outputs it on the screen. So far I’ve got this https://github.com/tonymorris-MM/MMM-metar but it isn’t working. It doesn’t display any text on the screen. Any help?
-
@aimorris and when u configure the module in config.js, what position: do you select?
U must have position set
Your code looks ok
-
Well, there is one problem.
U send message down to node_helper at start time but the Dom isn’t built til you get a notification(‘DOM_OBJECTS_CREATED’)
So, currently u get the content, then send it back, but there is no place for mm to put it yet
-