Zren / plasma-applets

This monolithic repo has been broken up into individual repos for each widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URadMonitor

JPRuehmann opened this issue · comments

Hello would it be possible to ad displaying the Data of a local URadMonitor Device?
That would be great.

... To which widget? Or is this a request for a new widget?

Can you read whatever data the device gives via command line?

That doesnt matter, I posted a feature request for the Plasma event Callendar too.
https://github.com/Zren/plasma-applets/tree/master/org.kde.plasma.eventcalendar
The thing why I asked is to view the Data directly on the Desktop or at least with a single Click without opening the Browser, Browse to the URadmonitor Homepaage and navigate through the Page to see the Temperature that is here at the Moment.
Thanks,

URadMonitor only shows the current data right? It doesn't forecast the upcoming weather, so it wouldn't fit the event calendar widget.

If you find a way to output the current weather in the command line, you could use the command output widget to run that command and show it in the panel. The html map fetches a bunch of data every 10 seconds or so when a source is selected and it shows the graph.

http://data.uradmonitor.com/api/v1/devices/1100002A/temperature/29909710/29304910
http://data.uradmonitor.com/api/v1/devices/1100002A/temperature/29909721/29304921
http://data.uradmonitor.com/api/v1/devices/1100002A/temperature/29909732/29304932
http://data.uradmonitor.com/api/v1/devices/1100002A/temperature/29909753/29304953

If a script doesn't already exist, you could probably find a way to download it, parse that JSON, and return the last temperature in the list.