summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-01-18 18:57:57 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-01-18 18:57:57 +0000
commit050adfba710f0c8ced7a68140eadedfa2b712fc0 (patch)
treecd82d8fea28716790445800bc0e31b3c7b7ab9c5
parent45efe06cda1f4957cea2ef5e7ff8129a31cbded4 (diff)
downloadenlightenment-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.
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 841d2d87d5..99491cdd0f 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)