add hourly forecast

This commit is contained in:
Matt Walsh 2020-10-20 16:37:11 -05:00
commit c4e8ef6a14
11 changed files with 70 additions and 18 deletions

View file

@ -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;