summaryrefslogtreecommitdiff
path: root/driver-async.pl
diff options
context:
space:
mode:
Diffstat (limited to 'driver-async.pl')
-rwxr-xr-xdriver-async.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver-async.pl b/driver-async.pl
index 0d8e86a..c158315 100755
--- a/driver-async.pl
+++ b/driver-async.pl
@@ -2,6 +2,7 @@
use strict;
use warnings;
use 5.014;
+use lib 'local/lib/perl5';
use lib 'lib';
use HomePanel::Driver;
use Path::Tiny;
@@ -18,6 +19,9 @@ my $hp = HomePanel::Driver->new({
template_file => ($config{template} || path(__FILE__)->parent->child('forecast.html.tt')),
output_file => ($config{output_file} || path(__FILE__)->parent->child('forecast.html')),
forecast_key => $config{forecast_key},
+ forecast_latitude => $config{forecast_latitude},
+ forecast_longitude => $config{forecast_longitude},
+ bus_stop_ids => $config{bus_stop_id},
});
$hp->start;