add hourly forecast
This commit is contained in:
parent
85148ea5fa
commit
c4e8ef6a14
11 changed files with 70 additions and 18 deletions
|
|
@ -318,4 +318,9 @@ class Almanac extends WeatherDisplay {
|
|||
|
||||
this.finishDraw();
|
||||
}
|
||||
|
||||
// make sun and moon data available outside this class
|
||||
getSun() {
|
||||
return this.data;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue