This is the code powering the Weather in your Calendar.
It's a simple PHP script generating a .ical formated calendar with a 16 days weather forecast with data from OpenWeatherMap.
You can upload it to your host and enter the following url like so:
https://yourdomain.com/weather-cal.php?city=London&units=imperial
Key | Values |
---|---|
city |
city name or city name,state code or city name,state code,country code |
units |
metric or imperial |
temperature |
day or low-high |
location |
show or hide |
These are the emojis used so fare:
Your Browser | Emoji code | API names |
---|---|---|
☀️ | :sunny: |
01d |
✨ | :sparkles: |
01n |
🌤 | :sun_behind_small_cloud: |
02d , 02n |
☁️ | :cloud: |
03d , 03n , 04d , 04n |
🌧 | :cloud_with_rain: |
09d , 09n |
🌦 | :sun_behind_rain_cloud: |
10d , 10n |
⛈ | :cloud_with_lightning_and_rain: |
11d , 11n |
🌨 | :cloud_with_rain: |
13d , 13n |
🌫 | :fog: |
50d , 50n |
🤔 | :thinking: |
No match |
Your Browser | Emoji code |
---|---|
🌅 | :sunrise: |
⚡️ | :zap: |
💧 | :droplet: |
💨 | :dash: |
🚩 | :triangular_flag_on_post: |