summaryrefslogtreecommitdiff
path: root/widgets/weather/GetLatLangFromCity.php
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-12-04 19:20:55 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-12-04 19:20:55 +0100
commit40c3f760fe92315b5c912d0613590c7fb66b368c (patch)
treed474e41589a352b5a493a64e63c2097c91bfb2c7 /widgets/weather/GetLatLangFromCity.php
parent450f5ebe7c6d832d72f82fe725c4ce1183f99f61 (diff)
downloadskin-flatplus-40c3f760fe92315b5c912d0613590c7fb66b368c.tar.gz
skin-flatplus-40c3f760fe92315b5c912d0613590c7fb66b368c.tar.bz2
update readme, GetLatLangFromCity.php
Diffstat (limited to 'widgets/weather/GetLatLangFromCity.php')
-rw-r--r--widgets/weather/GetLatLangFromCity.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/weather/GetLatLangFromCity.php b/widgets/weather/GetLatLangFromCity.php
index 1ca7d1e3..7a76f90c 100644
--- a/widgets/weather/GetLatLangFromCity.php
+++ b/widgets/weather/GetLatLangFromCity.php
@@ -20,6 +20,8 @@ $longitude = $data['results'][0]['geometry']['location']['lng'];
echo "Latitude = ".$latitude."\n";
echo "Longitude = ".$longitude."\n";
+echo "LocationSkin = ".$city."\n";
+
echo "put these values in update_weather.config\n";
?>