Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
link to Open Weater Map Icon codes
  • Loading branch information
mkgeiger authored Mar 7, 2019
1 parent 5ad40cc commit 647aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The time zone can be configured over the WEB interface. If the daylight saving t
* test following URLs in your browser and fill in your city and API key: [query1](http://api.openweathermap.org/data/2.5/weather?q=<city>&appid=<apikey>&units=metric) and [query2](http://api.openweathermap.org/data/2.5/forecast?q=<city>&appid=<apikey>&units=metric&cnt=2)
* when you get back the weather information in JSON format, everything is ok. You can now enter the API key, city and unit in the WEB interface.

The weather condition codes (more detailed than the weather icons) are determined from the JSON response and the corresponding icons (which are designed by myself especially for a matrix display) are displayed. Most icons exist for day and night. A binary search is applied to the icon array when selecting one icon.
The [weather condition codes](/datasheets/IconsOpenWeatherMap.pdf) (more detailed than the weather icons) are determined from the JSON response and the corresponding icons (which are designed by myself especially for a matrix display) are displayed. Most icons exist for day and night. A binary search is applied to the icon array when selecting one icon.

### Motion detection

Expand Down

0 comments on commit 647aea4

Please sign in to comment.