Skip to content

Commit

Permalink
Updated info on new config options
Browse files Browse the repository at this point in the history
Info for:
- forecastTableHeaderText
- showForecastTableColumnHeaderIcons
  • Loading branch information
rudibarani authored Dec 2, 2018
1 parent aacba6e commit abdd721
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ Find out your latitude and longitude here:
<td><code>showSummary</code></td>
<td>Whether to show the forecast summary.<br><br><strong>Type</strong> <code>Boolean</code><br>Defaults to <code>true</code></td>
</tr>
<tr>
<td><code>forecastTableHeaderText</code></td>
<td>Show a header above the forecast table. Can be used instead of the regular header.<br><br><strong>Type</strong> <code>String</code><br>Defaults to <code>''</code></td>
</tr>
<tr>
<td><code>showForecastTableColumnHeaderIcons</code></td>
<td>Whether to show icons for the columns of the forecast table.<br><br><strong>Type</strong> <code>Boolean</code><br>Defaults to <code>true</code></td>
</tr>
<tr>
<td><code>showHourlyForecast</code></td>
<td>Whether to show hourly forecast information. when set to <code>true</code> it works with the <code>hourlyForecastInterval</code> and <code>maxHourliesToShow</code> parameters.<br><br><strong>Type</strong> <code>Boolean</code><br>Defaults to <code>true</code></td>
Expand Down

0 comments on commit abdd721

Please sign in to comment.