diff options
Diffstat (limited to 'weather.sh')
-rwxr-xr-x | weather.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,10 @@ API_KEY="addb94619729b6651f54d5c9984a45d4" # Check on http://openweathermap.org/find : -CITY_ID="5277856" +# washburn +CITY_ID="4497520" +# pensacola +#CITY_ID="4168228" # Select applicable temperature symbol "˚C" or "˚F" : SYMBOL_CELSIUS="˚F" |