mirror of https://github.com/espruino/BangleApps
parent
001d1763dd
commit
a4d028f63e
|
@ -108,7 +108,6 @@ function draw() {
|
|||
clockLayout.weatherIcon.src = chooseIcon(currentWeather.txt);
|
||||
const wind = locale.speed(currentWeather.wind).match(/^(\D*\d*)(.*)$/);
|
||||
clockLayout.wind.label = wind[1] + " " + wind[2] + " " + (currentWeather.wrose||'').toUpperCase();
|
||||
var currentWeather = weatherJson.weather;
|
||||
}
|
||||
else{
|
||||
clockLayout.temp.label = "Err";
|
||||
|
|
Loading…
Reference in New Issue