Re: [weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-10 Thread Xant
Although small in size, having difficulties to upload Weather API Display modified files (1st draft) to address English, US-units and Belchertown skin dark-theme. Will provide per direct request (zx...@yahoo.com). -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-08 Thread Xant
Found what I was looking for: 1) Acquire and extract data forecast from Weather API - DarkSky in this case 2) Plot graph using Highcharts - in same theme as Belchertown skin Original posting and credits: https://github.com/nils-werner/owm-display -- You received this message because you

Re: [weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-07 Thread Xant
Thomas It seems I missed this session of your extensive work, and I will indeed investigate further. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-07 Thread Thomas Keffer
The site you linked to seems to be more about graphical APIs (Vue, in particular), and not about a generic weather API. If that's what you're looking for, take a look at WeeRT . It's a real-time interface to WeeWX. On Thu, Nov 7, 2019 at 10:23 AM Xant wrote:

[weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-07 Thread vince
On Thursday, November 7, 2019 at 10:23:04 AM UTC-8, Xant wrote: > > Expectations to have a solution for "generic weather API" that would allow > retrieve data from generic sources (as OpenWeatherMap) and plot. > > Just found a posting that might get to that direction: > >

[weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-07 Thread Xant
Expectations to have a solution for "generic weather API" that would allow retrieve data from generic sources (as OpenWeatherMap) and plot. Just found a posting that might get to that direction: https://dev.to/changoman/vuejs-and-chartjs-weather-api-example-1e7 Purpose, is to plot Temp

[weewx-user] Re: Weather API graph/plot (looking for suggestions)

2019-11-07 Thread vince
On Wednesday, November 6, 2019 at 4:46:33 PM UTC-8, Xant wrote: > > Many established weather sites provide Weather data through APIs (current, > forecast, etc). Can someone indicate a simple way to call the API, isolate > data (lets say "outTemp") and plot (through Highchart or other). > >