current conditions in HTML
This commit is contained in:
parent
6504edc253
commit
ff98d970ef
11 changed files with 499 additions and 660 deletions
|
|
@ -93,7 +93,7 @@ const navigation = (() => {
|
|||
|
||||
// start loading canvases if necessary
|
||||
if (displays.length === 0) {
|
||||
currentWeather = new CurrentWeather(0, 'currentWeather');
|
||||
currentWeather = new CurrentWeather(0, 'current-weather');
|
||||
almanac = new Almanac(7, 'almanac');
|
||||
displays = [
|
||||
currentWeather,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue