add hourly forecast
This commit is contained in:
parent
85148ea5fa
commit
c4e8ef6a14
11 changed files with 70 additions and 18 deletions
|
|
@ -152,6 +152,7 @@ class WeatherDisplay {
|
|||
// if (_ScrollText !== '') OkToDrawCustomScrollText = true;
|
||||
if (this.elemId === 'almanac') OkToDrawNoaaImage = false;
|
||||
if (this.elemId === 'travelForecast') OkToDrawNoaaImage = false;
|
||||
if (this.elemId === 'hourly') OkToDrawNoaaImage = false;
|
||||
if (this.elemId === 'regionalForecast') OkToDrawNoaaImage = false;
|
||||
if (this.elemId === 'progress') {
|
||||
OkToDrawCurrentConditions = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue