Read the statement by Michael Teeuw here.
Current Weather
-
@roramirez I’m having a question about your module Current weather.
In the Netherlands it is common to write the temperature including the “C” for Celcius, directly behind the degree-sign. See also Taaladvies, in dutch.
The module calculates the temperature in Celsius or Fahrenheit so it should not be a problen to add the ‘C’ or ‘F’ behind the degree sign.
I did that hard codeded now at line 187 of currentweather.js (I now that that will be overwritten with an update).My question can you add this in the next update or do this via the config off the module. Thanks in advance.
-
@pjkoeleman Hello!
I can tell you the feature is already done and waiting to merge, this is a @MichMich’s decision.
https://github.com/MichMich/MagicMirror/pull/773
Thanks to @amcolash for introduce this new feature :) . You can use the current patch or wait if is merged.
-
@roramirez said in Current Weather:
I can tell you the feature is already done and waiting to merge, this is a @MichMich’s decision.
Thanks a lot.