summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-26 10:29:19 +0200
committerroot <root@krebs>2011-08-26 10:29:19 +0200
commit932e6dc3a148cdd9dc9bbb6f92fc48dff16fae01 (patch)
tree5eea354b34398096e2f00f792117501a4ee85391 /kachelmann/conditions
parentf2cb0d3f3b8c869bcd00cb1a2bdeac4f092505ab (diff)
cleanup: update lcd4linux file
Diffstat (limited to 'kachelmann/conditions')
-rwxr-xr-xkachelmann/conditions6
1 files changed, 0 insertions, 6 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions
deleted file mode 100755
index ea4ba5ca..00000000
--- a/kachelmann/conditions
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl
-use XML::Simple;
-my $result = `w3m -dump "http://www.google.com/ig/api?weather=70327-stuttgart&hl=de"`;
-my $xml = new XML::Simple;
-my $data = $xml->XMLin($result);
-print ("Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Zelsius\n");