parent
7069440e47
commit
7d75f9a0f4
|
|
@ -678,7 +678,7 @@ let getWeather = function(){
|
||||||
let weather = weatherJson.weather;
|
let weather = weatherJson.weather;
|
||||||
|
|
||||||
// Temperature
|
// Temperature
|
||||||
weather.temp = locale.temp(weather.temp-273.15);
|
weather.temp = locale.temp(weather.temp-273.15).replace('°', ' ');
|
||||||
|
|
||||||
// Humidity
|
// Humidity
|
||||||
weather.hum = weather.hum + "%";
|
weather.hum = weather.hum + "%";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue