Commit Graph

3 Commits

Author SHA1 Message Date
Alastair Poole 510af8f0a1 weather: Bye Yahoo.
Have a poke.
2021-02-18 12:21:49 +00:00
Davide Andreoli 1a2f682b28 Forecasts: make translation works again
NLS was probably broken since the switch to meson,

this commit fix 2 issues:
 * config.h was not readed at all, renamed to forecasts_config.g and included
 * meson install po files in system dir, not in E modules dir like it was before
2020-04-19 10:29:55 +02:00
Mariusz Bialonczyk 375f6e2306 Add json-c dependency
Summary:
Old API retired => use yahoo weather JSON API

The new API is returning data in JSON format.
This commit is switching it over (currently SSL server) and parsing
to have the data in par with previous data.

Example data:
https://www.yahoo.com/news/_tdnews/api/resource/WeatherService;woeids=839722

Fix millibar to inches of mercury divider

Merge branch 'json-api'

Reviewers: vtorri, bu5hm4n, stephenmhouston

Reviewed By: vtorri

Subscribers: raster, vtorri

Differential Revision: https://phab.enlightenment.org/D8095
2019-05-13 15:12:30 +01:00