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 not showing
-
I started creating a Module from scratch and I can seem to finder where I set the HEADER for that module. I was checking other others but no luck? Is that a build in feature do I have to code the HEADER myself?
Thanks
-
Just add
header: "Header goes here",
to the config entry for the module. It doesn’t have to be coded in the module.js file.module: 'MMM-FMI', header: "Header goes here", position: 'middle_center', config: { ...
-
@Mykle1 perfect. Thanks :)
-
Welcome! :-)