A simple weather-clock in HTML
You have to put your OpenWeather API key in ./api_key.js file.
If you don't have one, create a free account and get your API key from here: https://home.openweathermap.org/api_keys
You can add some GET parameter to configure the clock.
Parameter | Value |
---|---|
city |
City name from where to get the weather. Default = Epinal |
hide |
Can use several of the following values, separated by a coma.weather to disable and hide the weather partcity to hide the city nameicon to hide the weather icontemp to hide the temperaturedesc to hide the weather descriptionfooter to hide the footer (only used for some devices) |