summaryrefslogtreecommitdiff
path: root/forecast.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-05-13 22:27:44 +0100
committerdakkar <dakkar@thenautilus.net>2013-05-16 20:28:34 +0100
commita7d15db064c85945b8204ea59a52f5a48a01f2eb (patch)
tree28979c975c8fde720f1be9fd9a536cf4e87a32a7 /forecast.pl
parentBus API module (diff)
downloadHomePanel-a7d15db064c85945b8204ea59a52f5a48a01f2eb.tar.gz
HomePanel-a7d15db064c85945b8204ea59a52f5a48a01f2eb.tar.bz2
HomePanel-a7d15db064c85945b8204ea59a52f5a48a01f2eb.zip
forecast call options
Diffstat (limited to 'forecast.pl')
-rw-r--r--forecast.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/forecast.pl b/forecast.pl
index 814c730..a3dd7d6 100644
--- a/forecast.pl
+++ b/forecast.pl
@@ -20,6 +20,10 @@ sub URI::path_segments_push {
$base->path_segments_push(
$key,"51.54,-0.37",
);
+$base->query_form({
+ units => 'si',
+ exclude => 'minutely,flags',
+});
my $content = get($base);