summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions
diff options
context:
space:
mode:
authortv <tv@also>2011-08-06 01:51:26 +0200
committertv <tv@also>2011-08-06 01:51:26 +0200
commitd8f14578cb869a32762266637b7708331a756871 (patch)
tree77d20f3298cafa0851e5a9fe748ad6d7623951cd /kachelmann/conditions
parent34789f6524b3b2ef0149528c1ea5b1976b8413dc (diff)
parent40103bc2e86d12428ee146a6785c8462afd0ea17 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/conditions')
-rwxr-xr-xkachelmann/conditions4
1 files changed, 2 insertions, 2 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions
index 6d8b5541..1a798e42 100755
--- a/kachelmann/conditions
+++ b/kachelmann/conditions
@@ -3,5 +3,5 @@ use XML::Simple;
system("w3m -dump \"http://www.google.com/ig/api?weather=70327-stuttgart&hl=de\" > /tmp/kachelmann/weather.xml");
my $xml = new XML::Simple;
my $data = $xml->XMLin("/tmp/kachelmann/weather.xml");
-my $sentence = "Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Celsius\n";
-system("espeak \"$sentence\"");
+my $sentence = "Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Zelsius\n";
+system("espeak -v de \"$sentence\"");