Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-28 Thread Vetti52
I have seen, that you adjusted forecast_table.css col-sun and col-moon to 95px. in version v3.4.0b10. My own test showed, that 65px would be enough. Anyway, still 65px broadens the table in a way, that the complete web site does not fit onto a mobile screen. Thus, the graphs are cut at the

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-27 Thread Vetti52
Well, at least it looks pretty same with WU forecasts now. And, yes, there are still some cosmetic corrections, such as the different views on the same html file, when nothing else is changed but the orientation from horizontal to vertical. Today I detected another (cosmetic) misbehavior in

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-26 Thread John Kline
I’ll continue to look for what that number should be. There does not appear to be an equivalent for NWS. Either a rain line appears or not in the NWS forecast downloaded. Having said that, I’m OK with changing 0 to 20, as you have done. I’ll push that. > On Aug 26, 2020, at 11:38 AM,

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-26 Thread Vetti52
And, I just modified forecast.py at line 2563, and changed "0" to "20": if precip_chance > 20 and (precip_type == 'rain' or precip_type == 'snow'): Now, only rain icons are shown, when precipitation chance is above 20%. It looks like the example at sailing.mit.edu, as linked above. I am

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-26 Thread Vetti52
Thanks for your copy of the skin. I visited Matthew's wiki today, because I was wondering, that the link to an image there did not work anymore. Indeed, most of the images there are broken. Bad news, because I found the table presentation very impressive. But then I followed his link to

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-26 Thread John Kline
I did make a change to better align the header icons on the single strip. That’s something I did a long time ago for my copy when I integrated it into my skin. You’ll have to download it by choosing Code -> Download ZIP from the main page as I didn’t do a release for it. For your requests,

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-26 Thread Vetti52
When looking at single-strip.html from the sampler, there are only the cloud icons, but no precipitation icons. So it is not completely comparable with forecast_table. Besides, an there is an empty line below the wind (km/h) line, which I guess to be for gust data. But WU does not provide

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread John Kline
I had a look at single-strip.html and it looks good when I plug in youR latlong. Please concentrate on single-strip.html. And look at the logic in forecast_table.inc. Do you see anything that is wrong? I’m looking for exactly one thing to start with. Don’t say something like, I see the same

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread John Kline
I see your latlong, let me run it. > On Aug 25, 2020, at 12:01 PM, John Kline wrote: > >  > Please point me to a exactly one specific thing you think is not correct. > I’m not suggesting you are wrong, but I’m very busy (I have a real job) and > that will help me quickly find the issue.

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread John Kline
Please point me to a exactly one specific thing you think is not correct. I’m not suggesting you are wrong, but I’m very busy (I have a real job) and that will help me quickly find the issue. Also, please send your lat long. > On Aug 25, 2020, at 11:57 AM, Vetti52 wrote: > >  > Well, I am

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread Vetti52
Well, I am not pretty sure about the syncronization of json and html file. I append the most recent data as a ZIP file again. The latest WU forecast seems to be from 25-Aug-2020 19:05. And the json file is retrieved from just now, which should be in the same 3h period. May be, there are

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread John Kline
Can you state with certainty that you waited for a new WU forecast to be downloaded? > On Aug 25, 2020, at 8:32 AM, Vetti52 wrote: > >  > Ok, I understand (hopefully). Meanwhile I have an update to v3.4.0b8, where I > could see, that precipitation is in a separate column next to POP. So, you

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread Vetti52
Ok, I understand (hopefully). Meanwhile I have an update to v3.4.0b8, where I could see, that precipitation is in a separate column next to POP. So, you divide the WU icon set into two separate sets, one for cloud cover, and one for precipitation. That is a little bit more complex and needs

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-25 Thread John Kline
WU_SKY_DICT is for cloud cover. What you are proposing is simply not a good fit for this extension. I won’t be creating these new icons. Having said that, there is definitely information to be gathered from the iconCode. Using that code, I can get many more precipitation types which can be

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread John Kline
That’s good news. The forecast extension relies on coercing the various forecast to a standard representations that is stored in a common schema. As such, supporting arbitrary icons would not fit in with the scheme. WU does provide precipType and precipChance. precipType can be rain, snow or

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread Vetti52
You are right! I assumed, that the forecast would be downloaded immediately after installing and restarting. Now, three hours later, the cloud column is completely filled and all is correct. Great job! So, what about the idea to use the complete set of icons, including day/night versions?

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread John Kline
Actually, the most likely problem is that you didn’t wait for a new WU forecast to be downloaded after installing and restarting. That won’t happen until at least three hours after the last forecast. Before you do what I asked below, please check these reports again. Do they not look

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread John Kline
Send the contents of forecast/single-table.html and forecast/forecast-periods.html that are generated. Also send the contents of a contemporaneous WU API call. Don’t send excerpts of either. Are you sure you installed and restarted weewx? I ask because I get icons for every day in

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread Vetti52
I hate the new google forum surface! The link should read: https://www.weather-watch.com/smf/index.php/topic,67656.msg543684.html#msg543684 and for clarification of the missing entries, it is much better to look at the Forecast Sampler: Periods *Periods from Selected Forecast Sources*

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread Vetti52
I found this link for assigning the iconCode entries from the WU json file to the meaning, along with some icons: https://www.weather-watch.com/smf/index.php/topic,67656.msg543684.html?PHPSESSID=9cntj0deu62o4c9q6jasslpqph#msg543684 After update to version b7, there is still only one icon

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-24 Thread Vetti52
I was thinking about a graphic demonstration like that in the wiki: https://camo.githubusercontent.com/8b5474131edc812687002ab075ec51e1ddb8bd82/687474703a2f2f6c616e6365742e6d69742e6564752f6d77616c6c2f70726f6a656374732f776561746865722f77656577782d666f7265636173742d7461626c652e706e67 where all

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread John Kline
For WU, the cloud icon is now calculated from cloud cover percentage. You’ll need to pull head. > On Aug 23, 2020, at 3:48 PM, John Kline wrote: > >  > WU does have a cloud cover percentage, so this will work. Thanks. > >>> On Aug 23, 2020, at 3:44 PM, steeple ian wrote: >>> >>  >> >>

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread John Kline
WU does have a cloud cover percentage, so this will work. Thanks. > On Aug 23, 2020, at 3:44 PM, steeple ian wrote: > >  > > > > >> On Sun, 23 Aug 2020 at 22:45, John Kline wrote: >> What do you propose I put in for clouds in the cases you mention? >> >> The choices are: >> 'CL':

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread steeple ian
[image: Untitled.png] On Sun, 23 Aug 2020 at 22:45, John Kline wrote: > What do you propose I put in for clouds in the cases you mention? > > The choices are: > 'CL': 'Clear', > 'FW': 'Few Clouds', > 'SC': 'Scattered Clouds', > 'BK': 'Broken Clouds', > 'B1': 'Mostly Cloudy', > 'B2':

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread John Kline
What do you propose I put in for clouds in the cases you mention? The choices are: 'CL': 'Clear', 'FW': 'Few Clouds', 'SC': 'Scattered Clouds', 'BK': 'Broken Clouds', 'B1': 'Mostly Cloudy', 'B2': 'Considerable Cloudiness', 'OV': 'Overcast', > On Aug 23, 2020, at 12:45 PM, Vetti52 wrote: > > 

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread Vetti52
wxPhraseShort 0 null 1 "Showers" 2 "Rain" 3 "P Cloudy" 4 "PM Lgt Rain" 5 "Light Rain" 6 "Rain/Wind" 7 "Shwrs Early" 8 "M Cloudy" 9 "M Cloudy" 10 "Showers" 11 "Showers" That is, what the API returns right now. the forecast shows (just look at the icons) Mo 24 Aug [image: B1] 19 10 13-14 06:12:54

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread John Kline
Perhaps I missed something. What solution for clouds? Exactly what isn’t working for you? Please send the entire response you receive (contemporary to the problem) when calling WU directly with the URL I gave you (of course, putting in your lat/long and API key to get the forecast). Also,

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread Vetti52
What a pity, so the solution for clouds is not that trivial. hope, you will find it. And thanks for the hint for setting interval. I was afraid, that WU will stop delivering because of too many requests. 3 hours look ok for me. I don't think, that forecasting is such a capriciously changing

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread John Kline
> So, there is an issue with WU. The solution would be either to use the > wxPhraseLong or to urge the request to use US values. The extension already does this. It always requests en-US. The database stores US values (US being a WeeWX term for the English system). You see metric because

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread Vetti52
Ok, I just copied this part from multiple-ables.html.tmpl into forecast.inc: #set global $forecast_table_settings = dict() #set global $forecast_table_settings['num_periods'] = 300 #set global $forecast_table_settings['show_legend'] = 1 #set global $forecast_table_settings['show_hourly'] = 1 #set

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-23 Thread Vetti52
To inactivate dewpoint, I thought to delete (or comment out) the line in forecast-table.inc: ## Now assign the values that will actually be used .. #set $show_dewpoint = int($local_settings.get('show_dewpoint', $show_dewpoint)) or is it better to inactivate it in multiple-tables.html.tmpl

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-22 Thread John Kline
Yes, I concluded that WU does not provide a dew point nor wind gust when I wired it up. I would remove the columns in your copy of these files (since you have copied them to another skin). I have modified various files when I copied them to another skin at https://www.paloaltoweather.com/

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-22 Thread Vetti52
Well, I took forecast-table.inc for my Weewx site now. There is no dew point column, although it is set to #set $forecast_source = 'WU', and the inc file includes #set $show_dewpoint = int($local_settings.get('show_dewpoint', $show_dewpoint)) The dew point column shows only in the

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-21 Thread John Kline
As your incorporating this into your Seasons skin, it makes sense to remove (from the .inc files) the data that is not provided by WU (e.g., dew point). You should have a look at what’s coming back from WU by using the following URL (assuming you are using the default–station’s lat/long–for the

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-21 Thread Vetti52
Finally, I managed to install the latest release also. I used WU Api key and it works nicely. I find it much easier to integrate it into the season skin as a wiget than as iframe. I do not get iframes sized correctly for tablet or smartphone displays. The wigeds look much better. And, as the

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-18 Thread tarob...@gmail.com
The latest release, v3.4.0b6 has resolved my issue above. Forecasts are now being generated along with tides. Thank you for updating! -Troy -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-16 Thread John Kline
I promised I would take a look at supporting the new WU API. I’ve done that. See: https://github.com/chaunceygardiner/weewx-forecast/releases/tag/v3.4.0b6 > On Aug 12, 2020, at 12:21 PM, Vetti52 wrote: > >  > Same question to me! > > Although, I think, that the forecast extension from >

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-14 Thread tarob...@gmail.com
I am also trying to get forecast with tides into the Seasons Skin but it looks like I'm getting some errors trying to pull this data from the different sources. Here are the errors I'm seeing in my syslog: Aug 14 07:15:22 raspberrypi weewxd: forecast: OWMThread: OWM: got 40 forecast records

Re: [weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-12 Thread Graham Eddy
the forecast extension produces html tables not jpgs - i found it easiest to integrate using iframes (i use ‘compact’ and ‘strip’ tables) > On 13 Aug 2020, at 5:21 am, Vetti52 wrote: > > Although, I think, that the forecast extension from > https://github.com/chaunceygardiner/weewx-forecast

[weewx-user] Re: weather forecast inside the weewx standard skin seasons

2020-08-12 Thread Vetti52
Same question to me! Although, I think, that the forecast extension from https://github.com/chaunceygardiner/weewx-forecast currently is the most promising