#!/bin/bash

# High temperature forecast
wget -Nnd http://ima.weather.com/images/maps/en_UK/web_intl_europe_fcstt2_hi_600.jpg 2> /dev/null

# Low temperature forecast
wget -Nnd http://ima.weather.com/images/maps/en_UK/web_intl_europe_fcstt2_lo_600.jpg 2> /dev/null

# Air stagnation forecast
wget -Nnd http://ima.weather.com/images/maps/en_UK/europe_pollutionrisk_day1_600_en.jpg 2> /dev/null

# Pain index forecast
wget -Nnd http://ima.weather.com/images/maps/en_UK/web_intl_europe_painindex_day1_600.jpg 2> /dev/null

# Wind forecast
wget -Nnd http://ima.weather.com/images/maps/en_UK/web_intl_europe_winds_day1_600.jpg 2> /dev/null

# Current sea surface temps
# wget -Nnd http://ima.weather.com/images/maps/en_UK/web_intl_europe_watert_600.jpg 2> /dev/null

