jclarke0000 / MMM-DarkSkyForecast

Magic Mirror module to display weather information using the Dark Sky API
84 stars 64 forks source link

module header text #17

Open slodub opened 5 years ago

slodub commented 5 years ago

Is there anyway to modify or remove the header text "WEATHER"?? I feel the module is pretty self explanatory and I like to keep the space used as minimal as possible. I looked through a few files but couldn't see a reference to it. thanks!

bomma commented 4 years ago

Is there anyway to modify or remove the header text "WEATHER"?? I feel the module is pretty self explanatory and I like to keep the space used as minimal as possible. I looked through a few files but couldn't see a reference to it. thanks!

In config.js:

{
    module: "MMM-DarkSkyForecast",
    header: "Custom header",
    ...
}