Update README.md

This commit is contained in:
roxasvalor
2016-04-24 18:30:54 -05:00
parent 2aae0528b5
commit db9e615e4d

View File

@@ -14,7 +14,8 @@ modules: [
config: { config: {
// See 'Configuration options' for more information. // See 'Configuration options' for more information.
location: 'Amsterdam,Netherlands', location: 'Amsterdam,Netherlands',
appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key. appid: 'abcde12345abcde12345abcde12345ab', //openweathermap.org API key.
showWindDirection: true
} }
} }
] ]
@@ -90,6 +91,13 @@ The following properties can be configured:
<br><b>Default value:</b> <code>false</code> <br><b>Default value:</b> <code>false</code>
</td> </td>
</tr> </tr>
<tr>
<td><code>showWindDirection</code></td>
<td>Show the wind direction next to the wind speed.<br>
<br><b>Possible values:</b> <code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>false</code>
</td>
</tr>
<tr> <tr>
<td><code>lang</code></td> <td><code>lang</code></td>
<td>The language of the days.<br> <td>The language of the days.<br>