radar images displayed

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

View File

@@ -8,7 +8,7 @@ class LocalForecast extends WeatherDisplay {
super(navId,elemId);
// set timings
this.timing.baseDelay= 3000;
this.timing.baseDelay= 5000;
// pre-load background image (returns promise)
this.backgroundImage = utils.image.load('images/BackGround1_1.png');