diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-16 12:43:30 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-16 12:43:30 +0100 |
commit | efdb12a81dd96d913651b8b2bd5bbcbd8b135cbb (patch) | |
tree | 1c8b26612abe39c49fd494c32ea33554bcbaff55 /widgets/weather/README | |
parent | ff62c44e6cfdf5b015d04256341e950de76c6b92 (diff) | |
download | skin-flatplus-efdb12a81dd96d913651b8b2bd5bbcbd8b135cbb.tar.gz skin-flatplus-efdb12a81dd96d913651b8b2bd5bbcbd8b135cbb.tar.bz2 |
update widgets
Diffstat (limited to 'widgets/weather/README')
-rw-r--r-- | widgets/weather/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/weather/README b/widgets/weather/README new file mode 100644 index 00000000..956c7a26 --- /dev/null +++ b/widgets/weather/README @@ -0,0 +1,9 @@ +This widget provide information about weather for a defined location. + +Since the command usually needs long time to execute this is not called from skin flatPlus. +You have to call the command from the system via cron or at system start. +For example call the command from cron.daily. + +You need php5 with command line support for this widget. For example in Ubuntu you need the package "php5-cli". + +Please configur your location and others in update_weather.config. Use php-script "GetLatLangFromCity.php" to get latitude & longitude from your location. |