@@ -74,7 +74,7 @@ __END__
74
74
<h3 >Weather</h3 >
75
75
<ul >
76
76
Note: you need the JSON perl module. Use <code >apt-get install
77
- libjson-perl</code > on Debian and derivatives.<p ><p >
77
+ libjson-perl</code > on Debian and derivatives.<p ></ p >
78
78
79
79
The Weather module works with various weather APIs:
80
80
<ul >
@@ -105,12 +105,12 @@ __END__
105
105
<tr ><td ><code >lang</code ></td ><td >language of the forecast: <code >de</code >,
106
106
<code >en</code >, <code >pl</code >, <code >fr</code >, <code >it</code > or <code >nl</code ></td ></tr >
107
107
</table >
108
- <p >
108
+ <p ></ p >
109
109
110
110
A very simple definition is:<br ><br >
111
111
<code >define < ; name> ; Weather apikey=< ; DarkSkyAPISecretKey> ; </code ><br ><br >
112
112
This uses the Dark Sky API with an individual key that you need to
113
- retrieve from the Dark Sky web site.<p ><p >
113
+ retrieve from the Dark Sky web site.<p ></ p >
114
114
115
115
Examples:
116
116
<pre >
@@ -120,9 +120,9 @@ __END__
120
120
</pre >
121
121
122
122
123
- API-specific documentation follows.<p >
123
+ API-specific documentation follows.<p ></ p >
124
124
125
- <h4 >Dark Sky</h4 ><p >
125
+ <h4 >Dark Sky</h4 ><p ></ p >
126
126
127
127
<table >
128
128
<tr ><td >API</td ><td ><code >DarkSkyAPI</code ></td ></tr >
@@ -133,9 +133,9 @@ __END__
133
133
weather is forecast; if missing, the values of the attributes
134
134
of the <code >global</code > device are taken, if these exist.</td ></tr >
135
135
</table >
136
- <p ><p >
136
+ <p ></ p >
137
137
138
- <h4 >OpenWeatherMap</h4 ><p >
138
+ <h4 >OpenWeatherMap</h4 ><p ></ p >
139
139
140
140
<table >
141
141
<tr ><td >API</td ><td ><code >OpenWeatherMapAPI</code ></td ></tr >
@@ -151,9 +151,9 @@ __END__
151
151
weather is forecast; if missing, the values of the attributes
152
152
of the <code >global</code > device are taken, if these exist.</td ></tr >
153
153
</table >
154
- <p ><p >
154
+ <p ></ p >
155
155
156
- <h4 >Wunderground</h4 ><p >
156
+ <h4 >Wunderground</h4 ><p ></ p >
157
157
158
158
<table >
159
159
<tr ><td >API</td ><td ><code >wundergroundAPI</code ></td ></tr >
@@ -165,7 +165,7 @@ __END__
165
165
weather is forecast; if missing, the values of the attributes
166
166
of the <code >global</code > device are taken, if these exist.</td ></tr >
167
167
</table >
168
- <p ><p >
168
+ <p ></ p >
169
169
170
170
The module provides four additional functions <code >WeatherAsHtml</code >,
171
171
<code >WeatherAsHtmlV</code >, <code >WeatherAsHtmlH</code > and
@@ -303,7 +303,7 @@ __END__
303
303
<ul>
304
304
Hinweis: es wird das Perl-Modul JSON benötigt. Mit <code>apt-get install
305
305
libjson-perl</code> kann es unter Debian und Derivaten installiert
306
- werden.<p><p>
306
+ werden.<p></ p>
307
307
308
308
Das Weather-Modul arbeitet mit verschiedenen Wetter-APIs zusammen:
309
309
<ul>
@@ -334,14 +334,15 @@ __END__
334
334
<tr><td><code>lang</code></td><td>Sprache der Wettervorhersage: <code>de</code>,
335
335
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> oder <code>nl</code></td></tr>
336
336
</table>
337
- <p>
337
+ <p></p>
338
+
338
339
339
340
Eine ganz einfache Definition ist:<br><br>
340
341
<code>define <name> Weather apikey=<DarkSkyAPISecretKey></code><br><br>
341
342
342
343
Bei dieser Definition wird die API von Dark Sky verwendet mit einem
343
344
individuellen Schlüssel, den man sich auf der Webseite von Dark Sky
344
- beschaffen muss.<p><p>
345
+ beschaffen muss.<p></ p>
345
346
346
347
Beispiele:
347
348
<pre>
@@ -350,9 +351,9 @@ __END__
350
351
define <name> Weather API=wundergroundAPI,stationId:IHAUIDELB111 apikey=ed64ccc80f004556a4e3456567800b6324a
351
352
</pre>
352
353
353
- Es folgt die API-spezifische Dokumentation.<p>
354
+ Es folgt die API-spezifische Dokumentation.<p></p>
354
355
355
- <h4>Dark Sky</h4><p>
356
+ <h4>Dark Sky</h4><p></p>
356
357
357
358
<table>
358
359
<tr><td>API</td > <td><code>DarkSkyAPI</code > </td></tr>
@@ -364,9 +365,9 @@ __END__
364
365
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
365
366
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
366
367
</table>
367
- <p><p>
368
+ <p></ p>
368
369
369
- <h4>OpenWeatherMap</h4><p>
370
+ <h4>OpenWeatherMap</h4><p></p>
370
371
371
372
<table>
372
373
<tr><td>API</td > <td><code>OpenWeatherMapAPI</code > </td></tr>
@@ -385,9 +386,9 @@ __END__
385
386
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
386
387
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
387
388
</table>
388
- <p><p>
389
+ <p></ p>
389
390
390
- <h4>Wunderground</h4><p>
391
+ <h4>Wunderground</h4><p></p>
391
392
392
393
<table>
393
394
<tr><td>API</td > <td><code>wundergroundAPI</code > </td></tr>
@@ -400,7 +401,7 @@ __END__
400
401
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
401
402
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
402
403
</table>
403
- <p><p>
404
+ <p></ p>
404
405
405
406
Das Modul unterstützt zusätzlich vier verschiedene Funktionen
406
407
<code>WeatherAsHtml</code>, <code>WeatherAsHtmlV</code>,
0 commit comments