mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-05 15:17:49 +00:00
Update README.md
Added the maxNumberOfDays config option to change the amount of forecasted days returned by the OpenWeatherAPI.
This commit is contained in:
parent
3f040e7744
commit
4d0a93fc3b
@ -55,6 +55,14 @@ The following properties can be configured:
|
|||||||
<br><b>Default value:</b> <code>config.units</code>
|
<br><b>Default value:</b> <code>config.units</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>maxNumberOfDays</code></td>
|
||||||
|
<td>How many days of forecast to return. Specified by config.js<br>
|
||||||
|
<br><b>Possible values:</b> <code>1</code> - <code>16</code>
|
||||||
|
<br><b>Default value:</b> <code>7</code> (7 days)
|
||||||
|
<br>This value is optional. By default the weatherforecast module will return 7 days.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>updateInterval</code></td>
|
<td><code>updateInterval</code></td>
|
||||||
<td>How often does the content needs to be fetched? (Milliseconds)<br>
|
<td>How often does the content needs to be fetched? (Milliseconds)<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user