Missing any weather data for one of Australia's major cities .
edit weather.install

add the following line :
db_query("INSERT INTO {weather_icao} VALUES ('YMML', 'Australia', 'Melbourne', -37.674582, 144.841690 )");

This data source should really be dynamic rather than a static source that will require constant updating .

Comments

toddy’s picture

Assigned: Unassigned » toddy
Status: Active » Closed (fixed)

Hi,

thanks for the report, this is fixed in weather 5.x-4.0. I agree that the data for the list should better be dynamic, but I don't see a way currently to implement this. Any ideas?

Regards,
Tobias