diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2021-01-18 18:57:57 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2021-01-18 18:57:57 +0000 |
commit | 050adfba710f0c8ced7a68140eadedfa2b712fc0 (patch) | |
tree | cd82d8fea28716790445800bc0e31b3c7b7ab9c5 /TODO | |
parent | 45efe06cda1f4957cea2ef5e7ff8129a31cbded4 (diff) | |
download | enlightenment-050adfba710f0c8ced7a68140eadedfa2b712fc0.tar.gz |
TODO++ - add new weather gadget/module as forecasts will die next month
yahoo is shutting down its free weather http api in feb 2021. the
existing forecasts needed:
1. move to ecore_con_url to remove al the manual http and http proxy
handling to simplify code and make it more robust
2. needed to fix the location configuration to selecyt from a list of
places or on a map
3. needed fixes to popup handling so it worked likc clock and didnt
pop-down on mouse out of gadget
add to that now a rewriter of the whole http api to be different ...
may as well add a whole new module/gadget as thats actually less work
to start again.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -328,3 +328,10 @@ TODO: * emixer - support selecting recording dev for apps like pavucontrol * look at showing vu bars per recoridng or maybe output devices * offer ability to show vu output in mixer gadget +* weather + * forecasts will due feb 2021. yahoo shutting down free api. + given all the changes needed to do a new api... + may as well write a whole new weather gadget. + * free api: + * https://api.met.no/weatherapi/locationforecast/2.0/documentation + * a dependency of this (so we can provide lat/lon) |