mirror of https://github.com/espruino/BangleApps
replace ° by '
parent
cabc4cf057
commit
dce1fcdae7
|
@ -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).replace('°', ' ');
|
weather.temp = locale.temp(weather.temp-273.15).replace('°', '\'');
|
||||||
|
|
||||||
// Humidity
|
// Humidity
|
||||||
weather.hum = weather.hum + "%";
|
weather.hum = weather.hum + "%";
|
||||||
|
|
Loading…
Reference in New Issue