A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Header for module "hello world"
-
I’m using the “hello world” module to setup an iframe to show the status of several parameters in my house. Now I would like to give this field a nice header, but this seems not to work like it should. My guess is that this is not scripted (yet)?
-
{ module: "helloworld", position: "top_right", header: "This is my custom header" }
-
@strawberry-3-141 , the problem is that inserting the “header” in the config file does not give the title !?
My config:
module: "helloworld", position: "top_right", header: 'Muziekspelers', classes: 'default everyone', config: { text: "test" //height: 100vh; } },```
-
Sorry, now that I see my post again: I did not insert the header tag in the correct module. (Shame shame)