summaryrefslogtreecommitdiff
path: root/widgets/weather/GetLatLangFromCity.php
diff options
context:
space:
mode:
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";
?>