Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
WeatherCat Web Templates / Custom Graph Font Size
« Last post by edpnjax on July 16, 2026, 05:46:11 PM »
Is there a way to increase the font size on the custom graphs?

I searched, but can't seem to find an answer.

22
WeatherCat Feature Requests / Re: Tags request
« Last post by Dave13 on July 12, 2026, 08:56:45 PM »
Hi Stu,

I got most of the temperature data I was looking for from the "Temperature (Average)" of the Year Over Year Statistics, could you add a "Precipitation (Average)" section?

Thank you for taking the time to read my request and adding the averages for months over all years tags to the feature request list.


Dave

23
WeatherCat Feature Requests / Re: Tags request
« Last post by WCDev on July 12, 2026, 01:16:30 PM »
I think the majority of what you're after is available in tabular form in the year over year statistics (available from the Tools menu->Statistics within WeatherCat or via the STYEAROVERYEAR$ web tag, see https://live.trixology.com/custom/ for an example) - this has averages for each month as well as the average overall for all years for each month.

For an individual month use in a tag you can use the time range specifiers to pull out each month - for example:
STAT$TEMPERATURE:AVERAGE:2026-06-01/2026-06-30$ gives the average temperature for June this year.

For more examples, again see https://live.trixology.com/custom/ (scroll down to the Individual Stats section).

What you can't currently do in a tag is pull out the high average or low average or the average for a month over all years - I'll add this to the feature request list, thanks for the suggestion  ThU32:-)




24
Here in the far western edge of the Uinta Mountains in Northern Utah, June was...
    Cooler than average (57.46°F versus an average of 57.63)
    Drier than average (0.35 in versus an average total of 0.99)
    Calmer than average (a wind run of 2,576 miles versus an average of 3,037)
25
WeatherCat Feature Requests / Re: Tags request
« Last post by clockworkkev12 on July 07, 2026, 04:59:09 AM »
I second this. Right now I have to resort to manually making a spreadsheet. But I would also add average high temp and average low temp, which is what I find more interesting.
26
WeatherCat Feature Requests / Tags request
« Last post by Dave13 on July 07, 2026, 04:42:26 AM »
Request for the following tags:

Temperature and Precipitation:

Average for each month for all recorded years.
Examples:
January average temp since 2010: 39.2°F
January average precip since 2010: 1.72 in.

Average for each month for current or previous year.
Examples:
June 2026 average temp: 84.3°F
July 2026 average temp: 86.2°F
August 2025 average temp: 87.6°F

June 2026 average precip: 5.61 in.
July 2026 average precip: 2.24 in.
August 2025 average precip: 3.84 in.

I didn't see a way to do this with the current tags, if there is a way please show me how.
27
Ken, thank you again for continuing your support of WeatherCat and assistance with a few php8 issues I was having.

I'm glad you could use and update the wxtrends script I modded for WeatherCat use with the Saratoga template.
28
My thanks to Dave of parsonsweather.com for contributing his mod to have the wxtrends.php page work with WeatherCat.

I've done several mods to his code, fixed a few PHP 8+ issues and released the WCT-plugin.zip for saratoga templates today (6-Jul-2026) in the distribution. 

Saratoga users should use the update tool with a query of *-base, WeatherCat plugin, 06-Jul-2026 to fetch the updated files. 
Note that the distribution has a Settings-weather.php in it which you don't have to use (see below for the change needed)
Also a new template/WCTtags.php is required (for the variables used in the wxtrends.php. 
Have WeatherCat use the new template file and wait for it to upload.

Change your Settings-weather.php to un-comment the line
Code: [Select]
//$SITE['trendsPage']     = 'WCT-trends-inc.php'; // WCT-specific trends page

Then change the line in flyout-menu.xml from
Code: [Select]
<item wxonly="WD,MB,MH,CU,WEEWX" caption="Weather Trends" link="wxtrends.php"/> to
Code: [Select]
<item wxonly="WD,MB,MH,CU,WEEWX,WCT" caption="Weather Trends" link="wxtrends.php"/> and the wxtrends.php menu item should show in your flyout menu.
29
Here in northern Ohio, June was...
   Cooler than average (69.37°F versus an average of 69.68)
   Wetter than average (3.91 in versus an average total of 3.56)
   Calmer than average (a wind run of 1,011 miles versus an average of 1,472)
30
June was...
   Cooler than average (75.46F versus an average of 77.01)
   Wetter than average (4.61 in versus an average total of 3.78)
   Calmer than average (a wind run of 467 miles versus an average of 490)
Pages: 1 2 [3] 4 5 ... 10