summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-06 01:36:29 +0200
committerroot <root@krebs>2011-08-06 01:36:29 +0200
commit0681d51af493bf88d21218a01ca3acc0712688b4 (patch)
tree12071da51f83d07e28b6bef9c2b26d5775f7bf89
parent249d591cbf42017ee8dd1eb91a04cfcb98ec350f (diff)
Edited the output so espeak can pronounce it
-rwxr-xr-xkachelmann/conditions2
1 files changed, 1 insertions, 1 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions
index 9880b397..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";
+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\"");