raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=050adfba710f0c8ced7a68140eadedfa2b712fc0

commit 050adfba710f0c8ced7a68140eadedfa2b712fc0
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Jan 18 18:57:57 2021 +0000

    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.
---
 TODO | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/TODO b/TODO
index 841d2d87d..99491cdd0 100644
--- a/TODO
+++ b/TODO
@@ -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)

-- 


Reply via email to