jclarke0000 / MMM-OpenWeatherForecast

Magic Mirror weather module using OpenWeather API
42 stars 25 forks source link

Wind in kmh and winddirection #9

Closed thatstheplace closed 1 year ago

thatstheplace commented 3 years ago

Hey,

first of all: This module is best! Thank you for your work! Really upgrading the look and function of my mirror!

I have a few questions:

I seen you have the wind in km/h on your screenshots but I don't find any options to configure this.

Also I see we can rename the wind directions but where is the option to actual show them?

Maybe I'm blind? My language is german and units are metric, think thats the only relevant differences to the sample config which can affect these.

Hope you can help.

Greetings

marcx28 commented 1 year ago

To show the wind speed in km/h add this to your configuration displayKmhForWind = true and to rename the wind directions to German add this to your configuration: label_ordinals = ["N", "NNO", "NO", "ONO", "O", "OSO", "SO", "SSO", "S", "SSW", "SW", "WSW", "W", "WNW", "NW", "NNW"].

thatstheplace commented 1 year ago

Thanks for the solution!