Skip to content

New url for historical datas #90

@gmesnard

Description

@gmesnard

Hello,

The url to access Historical Datas from OWM API is broken in Cmfcmf/OpenWeatherMap.php (line 68).
private $weatherHistoryUrl = 'http://api.openweathermap.org/data/2.5/history/city?';

You should use the new url :
private $weatherHistoryUrl = 'http://history.openweathermap.org/data/2.5/history/city?';

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions