radar images displayed
This commit is contained in:
parent
a87ec12b0a
commit
3ce5e0139f
9 changed files with 46 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue