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
commit1a602de75dfac88f9b4b59096111fd94429b70ea (patch)
tree5adc7c643574407e1e627c34ddad0eb04ddb709c /kachelmann/conditions
parent65a8047157d2d5e0455090cc578a499e0a5f9e71 (diff)
parentb101e8a57e80526a0f0b607d399288b184b34091 (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\"");