Site updated at 2017-08-23 09:23:41 UTC

This commit is contained in:
Travis CI 2017-08-23 09:23:41 +00:00
parent 3e78352a23
commit b8ca0c6a9b
28 changed files with 68 additions and 64 deletions

View file

@ -87,7 +87,7 @@
<ul>
<li><strong>api_key</strong> (<em>Required</em>): Your API key for http://openweathermap.org/.</li>
<li><strong>name</strong> (<em>Optional</em>): Name to use in the frontend.</li>
<li><strong>latitude</strong> (<em>Optional</em>): Latitude of the location to display the weather. Defaults to the latitude in your your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
<li><strong>latitude</strong> (<em>Optional</em>): Latitude of the location to display the weather. Defaults to the latitude in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
<li><strong>longitude</strong> (<em>Optional</em>): Longitude of the location to display the weather. Defaults to the longitude in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
</ul>
<p class="note">