Weather-plugin: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
No edit summary |
||
Line 45: | Line 45: | ||
|} |
|} |
||
[[Category:Plugins]] |
[[Category:Outdated Plugins]] |
||
{{i18n|weather-plugin}} |
{{i18n|weather-plugin}} |
Latest revision as of 11:35, 25 November 2013
Description
The weather plugin displays the current weather data for a selected area.
Hardware requirements
Software requirements
- ftplib
- mdsplib
Installation
To install ftplib
cd $SOURCEDIR tar xvzf ftplib-<VERSION>-src.tar.gz cd ftplib-<VERSION>/linux make make install
and mdsplib
cd $SOURCEDIR tar xvzf mdsplib-<VERSION>.tar.gz cd mdsplib-<VERSION> make make dmetar make install ldconfig
For the plugin see plugin installation.
Problems
Links
[1] | http://www.moldaner.de/vdr | Plugin homepage |
[2] | http://limulus.net/mdsplib | METAR Decoder Software |
[3] | http://nbpfaus.net/~pfau/ftplib | ftplib |