radar images displayed

This commit is contained in:
Matt Walsh 2020-09-05 20:01:13 -05:00
commit 3ce5e0139f
9 changed files with 46 additions and 20 deletions

View file

@ -25,7 +25,7 @@ class TravelForecast extends WeatherDisplay {
// add the extra (not exactly 4 pages portion)
if (extra !== 0) this.timing.delay.push(Math.round(this.extra*this.cityHeight));
// add the final 3 second delay
this.timing.delay.push(150+timingStep);
this.timing.delay.push(150);
// get the data
this.getData(weatherParameters);