Site updated at 2016-09-11 01:34:03 UTC
This commit is contained in:
parent
99424b497c
commit
f143c60d71
311 changed files with 4596 additions and 1607 deletions
|
@ -89,10 +89,10 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">wunderground</code> platform uses <a href="http://www.wunderground.com">Weather Underground</a> as an source for current weather information.</p>
|
||||
<p>The <code class="highlighter-rouge">wunderground</code> platform uses <a href="http://www.wunderground.com">Weather Underground</a> as a source for current weather information.</p>
|
||||
|
||||
<p class="note warning">
|
||||
Obtain WUnderground API <a href="https://www.wunderground.com/weather/api">here</a>. Free account allows 500 requests per day or 10 per minute.
|
||||
Obtain a WUnderground API key <a href="https://www.wunderground.com/weather/api">here</a>. A free account allows 500 requests per day or 10 per minute.
|
||||
</p>
|
||||
|
||||
<p>To add Wunderground to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
@ -137,21 +137,21 @@ Obtain WUnderground API <a href="https://www.wunderground.com/weather/api">here<
|
|||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>api_key</strong> (Required): See above</li>
|
||||
<li><strong>pws_id</strong> (Optional): You can enter your PWS id. Current list of Wunderground PWS stations is available <a href="https://www.wunderground.com/weatherstation/ListStations.asp">here</a>. If you do not enter the PWS ID, the current location information (latitude and longitude) from your <code class="highlighter-rouge">configuration.yaml</code> will be used to display weather conditions.</li>
|
||||
<li><strong>pws_id</strong> (Optional): You can enter a Personal Weather Station id. The current list of Wunderground PWS stations is available <a href="https://www.wunderground.com/weatherstation/ListStations.asp">here</a>. If you do not enter a PWS ID, the current location information (latitude and longitude) from your <code class="highlighter-rouge">configuration.yaml</code> will be used to display weather conditions.</li>
|
||||
<li><strong>monitored_conditions</strong> array (<em>Required</em>): Conditions to display in the frontend. The following conditions can be monitored.
|
||||
<ul>
|
||||
<li><strong>weather</strong>: A human-readable text summary with picture from Wunderground.</li>
|
||||
<li><strong>temp_f</strong>: Current temperature in Fahrenheit</li>
|
||||
<li><strong>temp_c</strong>: Current temperature in Celsius</li>
|
||||
<li><strong>station_id</strong>: Your personal weather station (PWS) ID</li>
|
||||
<li><strong>feelslike_c</strong>: Feels like (or apparent) temperature in celsius</li>
|
||||
<li><strong>feelslike_c</strong>: Feels like (or apparent) temperature in Celsius</li>
|
||||
<li><strong>feelslike_f</strong>: Feels like (or apparent) temperature in Fahrenheit</li>
|
||||
<li><strong>feelslike_string</strong>: Text summary of how the current teperature feels like</li>
|
||||
<li><strong>feelslike_string</strong>: Text summary of how the current temperature feels like</li>
|
||||
<li><strong>heat_index_c</strong>: Heat index (combined effects of the temperature and humidity of the air) in Celsius</li>
|
||||
<li><strong>heat_index_f</strong>: Heat index (combined effects of the temperature and humidity of the air) in Fahrenheit</li>
|
||||
<li><strong>heat_index_string</strong>: Text summary of current heat index</li>
|
||||
<li><strong>dewpoint_c</strong>: Temperature in celsius below which water droplets begin to condense and dew can form</li>
|
||||
<li><strong>dewpoint_f</strong>: Temperature in fahrenheit below which water droplets begin to condense and dew can form</li>
|
||||
<li><strong>dewpoint_c</strong>: Temperature in Celsius below which water droplets begin to condense and dew can form</li>
|
||||
<li><strong>dewpoint_f</strong>: Temperature in Fahrenheit below which water droplets begin to condense and dew can form</li>
|
||||
<li><strong>dewpoint_string</strong>: Text summary of dew point</li>
|
||||
<li><strong>wind_kph</strong>: Current wind speed in kph</li>
|
||||
<li><strong>wind_mph</strong>: Current wind speed in mph</li>
|
||||
|
@ -160,7 +160,7 @@ Obtain WUnderground API <a href="https://www.wunderground.com/weather/api">here<
|
|||
<li><strong>pressure_mb</strong>: Atmospheric air pressure in millibars</li>
|
||||
<li><strong>wind_dir</strong>: Wind direction</li>
|
||||
<li><strong>wind_string</strong>: Text summary of current wind conditions</li>
|
||||
<li><strong>relative_humidity</strong>: Reltive humidity</li>
|
||||
<li><strong>relative_humidity</strong>: Relative humidity</li>
|
||||
<li><strong>visibility_mi</strong>: Average visibility in miles</li>
|
||||
<li><strong>visibility_km</strong>: Average visibility in km</li>
|
||||
<li><strong>precip_today_in</strong>: Total precipitation in inches</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue