Open Banhammer1919 opened 5 years ago
Simply add the header configuration to the module definition. This value will be prepended to the city. E.g.
{
module: "MMM-weatherforecast",
header: "Das Wetter in ",
position: "bottom_bar", // This can be any of the regions.
// Best results in bottom_bar region due to horizontal default layout and icon sizes.
config: {
will yield "Das Wetter in Hamburg" in your example.
Or use appendLocationNameToHeader: false,
in your config to get rid of the header.
In my weatherforecast there is always a undefined in front of the city and the country. How can I get rid of it or did I forget something?
My config.js: