From 050adfba710f0c8ced7a68140eadedfa2b712fc0 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 18 Jan 2021 18:57:57 +0000 Subject: [PATCH] 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)