lastest observations in html
This commit is contained in:
parent
9ce8176b63
commit
efd2cc7808
11 changed files with 196 additions and 127 deletions
|
|
@ -97,7 +97,7 @@ const navigation = (() => {
|
|||
almanac = new Almanac(7, 'almanac');
|
||||
displays = [
|
||||
currentWeather,
|
||||
new LatestObservations(1, 'latestObservations'),
|
||||
new LatestObservations(1, 'latest-observations'),
|
||||
new Hourly(2, 'hourly'),
|
||||
new TravelForecast(3, 'travelForecast', false), // not active by default
|
||||
new RegionalForecast(4, 'regionalForecast'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue