kotelnik / plasma-applet-weather-widget

Plasma 5 applet for displaying weather information from yr.no server.
GNU General Public License v2.0
88 stars 42 forks source link

Discontinuation of yr.no old widgets #95

Open nuqleo opened 2 years ago

nuqleo commented 2 years ago

Hi,

yr.no old widgets discontinued but "Forecast as SVG" replacement is available

https://developer.yr.no/doc/guides/deprecating-old-widgets/

fkru commented 2 years ago

Hi,

yr.no old widgets discontinued but "Forecast as SVG" replacement is available

https://developer.yr.no/doc/guides/deprecating-old-widgets/

Unfortunately, this method does not work for me.

xmu714 commented 2 years ago

Not only graph discontinued, but also the forecast data.

New forecast data are stored in json, not xml.

So we cannot use yr.no source unless developer change the code.

epassaro commented 2 years ago

I'm currently using the WebSlice widget. It's not fancy as the original widget but at least I can see the updated meteogram in my desktop.

This is my configuration:

Imgur

solbu commented 2 years ago

I still use yr.no as-is without any changes. Sometimes it doesn't update for 2 days, and then starts working again. So it is still possible to use. it is possible to use the wayback machine to find correct URL for adding new places from yr, and it will work. I tested it. One just have to remove the archive .org part of the URL.

And I don't like the new «meteogram» as it is called in norwegian. The new arrows doesn't show the wind bars on the end of the arrows, so it's not easy to just glance and know the wind force, but that's just me. :-)

xmu714 commented 2 years ago

I'm currently using the WebSlice widget. It's not fancy as the original widget but at least I can see the updated meteogram in my desktop.

This is my configuration:

Imgur

Very useful! worked perfectly for me, thanks!

epassaro commented 2 years ago

I still use yr.no as-is without any changes. Sometimes it doesn't update for 2 days, and then starts working again. So it is still possible to use. it is possible to use the wayback machine to find correct URL for adding new places from yr, and it will work. I tested it. One just have to remove the archive .org part of the URL.

And I don't like the new «meteogram» as it is called in norwegian. The new arrows doesn't show the wind bars on the end of the arrows, so it's not easy to just glance and know the wind force, but that's just me. :-)

In theory retro widgets should work until Feb 1st, 2022. Right?

Also, I miss the rendered meteogram. I think the .SVG uses much space for wind information (and it's almost irrelevant in my location).

solbu commented 2 years ago

In theory retro widgets should work until Feb 1st, 2022. Right?

Yes, it should.

gbcox commented 2 years ago

As many of you have noticed, this app is no longer being maintained. A much better choice at this point is to use: https://github.com/Zren/plasma-applet-eventcalendar

This app is being actively maintained, and has the bonus of integrating (if you wish) your Google Calendar information. Is the meteogram the same, no... but it's close enough IMHO - and the big advantage is you are using a supported application.

solbu commented 2 years ago

Also worth remembering, this app will still work against OpenWeatherMap. It is just the YR.no map that stops working in february.

Freeedim commented 2 years ago

Also worth remembering, this app will still work against OpenWeatherMap. It is just the YR.no map that stops working in february.

Except there are quite some discrepancies between what OpenWeatherMap's website shows and what the applet shows, unfortunately. See in those two pictures how the temperature curve and more importantly the rain amounts are very different for the coming hours between the two charts (I set the French label "Beyrouth" in the applet's settings but the city truly is "Beirut"). Screenshot_20211220_092731 Screenshot_20211220_092813

blackadderkate commented 2 years ago

I've done some hacking over Christmas, and come up with the following hacked "fork":

https://github.com/blackadderkate/weather-widget-2

If anyone wants to download it and give it a try, they are more than welcome... Bug reports, suggestions, code polishes and bugfixes are welcome - as are translations (as Google Translate may not have been entirely accurate)!