fix bugs in weblink and expand hourly forcast

This commit is contained in:
Marko Oldenburg
2019-03-18 10:31:41 +01:00
parent 9c11fa7c87
commit e3e7e4980f
2 changed files with 56 additions and 22 deletions

View File

@@ -166,7 +166,7 @@ sub _RetrieveDataFromDarkSky($) {
. $self->{long}
. '?lang='
. $self->{lang}
. '&units=auto';
. '&units=auto&extend=hourly';
if ( lc($self->{key}) eq 'demo' )
{ _RetrieveDataFinished($paramRef,undef,DEMODATA); }