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
commit99e498d97132f02dc9c62544046da00ab20017cb (patch)
treef4faa6844e3c4dafe83fe0d77e0d31d3c3f11ce4 /kachelmann/conditions
parent3aabb4dcee7f41a72f3473b7d31b3b77e2b9679f (diff)
parent1318d17d4908f5213da91e424b5f574e159ffd11 (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\"");