Search found 52 matches

by wx_jon
Thu Aug 02, 2018 5:11 pm
Forum: Problems
Topic: Station Averages & Interactive Views not working
Replies: 4
Views: 7450

Re: Station Averages & Interactive Views not working

Did you set your "Path" and "Page URL" correctly in the template's main setup? Pretty sure you need the '/' after your page URL for things to work properly. So it should be http://www.your-weather-website.com/ and your path, if your template is installed in a folder called 'templ...
by wx_jon
Wed Aug 01, 2018 9:12 pm
Forum: Problems
Topic: Station Averages & Interactive Views not working
Replies: 4
Views: 7450

Re: Station Averages & Interactive Views not working

If you go to the admin control panel - Edit Data page, do you see data in a table? If not, something must be wrong with the data recording. The missing icons are probably either a path or permissions issue. What is your website's URL? P.S.: If you're just starting a new weather station and/or websit...
by wx_jon
Wed Aug 01, 2018 7:55 pm
Forum: Ideas
Topic: 18.0
Replies: 61
Views: 175919

Re: 18.0

P.S. I almost forgot to tell you your link to your site does not work "www.weatherjon.org" and you don't have your sticker set up to link to your site also. Just thought I'd let you know incase you did not know. Thanks, I fixed it. Not having the large banner be a link was intentional, bu...
by wx_jon
Wed Aug 01, 2018 7:41 pm
Forum: Problems
Topic: Rain Data Missing on Bar Graph Every 31st of Month
Replies: 11
Views: 15062

Re: Rain Data Missing on Bar Graph Every 31st of Month

I found the pesky bug. Change line 1163 of pages/station/reportMonthlyLoad.php from for($i=1;$i<$numberDays;$i++){ to for($i=1;$i<=$numberDays;$i++){ It's just a '<=' sign! There's also another identical change at line 1280 which will add the 31st of the month to the range bar charts on temperature ...
by wx_jon
Wed Aug 01, 2018 7:00 pm
Forum: Problems
Topic: Monthly Climate Chart
Replies: 5
Views: 7588

Re: Monthly Climate Chart

If you change your units to ºC on the webpage, you'll still see all the temperatures in ºF - except for the ones in the left column!
by wx_jon
Tue Jul 31, 2018 9:34 pm
Forum: Problems
Topic: Monthly Climate Chart
Replies: 5
Views: 7588

Re: Monthly Climate Chart

By the way, this fixes the display on the left, but there are issues with conversion of the data values when the data units and display units are not the same. I fixed mine, but Jachym, you'll need to add some calls to `convertor` when displaying the data.
by wx_jon
Tue Jul 31, 2018 8:59 pm
Forum: Problems
Topic: Monthly Climate Chart
Replies: 5
Views: 7588

Re: Monthly Climate Chart

I hadn't noticed that one before. It's a unit conversion issue, and can be fixed by replacing lines 353-361 of climateIndices.php with function doConv($number){ global $dataTempUnits; global $displayTempUnits; return number_format(convertor($number,$dataTempUnits,$displayTempUnits),0,".",&...
by wx_jon
Tue Jul 31, 2018 8:37 pm
Forum: General
Topic: Current conditions not showing Wind Gust
Replies: 1
Views: 5164

Re: Current conditions not showing Wind Gust

It looks like, from your meteotemplate API log, no wind gust information is being sent from weeWX to the api. Can you check your local (on the raspberry pi) weeWX database if wind gusts are being recorded there properly? If you run weeWX on the command line, do you see the wind gust in the data? Win...
by wx_jon
Tue Jul 31, 2018 8:18 pm
Forum: Ideas
Topic: 18.0
Replies: 61
Views: 175919

Re: 18.0

Hi Jon! Having been to your page for the first time so no cache...your main page loaded in approx. 1 -1 1/2 seconds (fair guess). Pretty quick actually on my end in Oklahoma. From there visiting a few random pages It did take some of your 18 years worth of data to generate a report in 1 to 3-4 seco...
by wx_jon
Tue Jul 24, 2018 9:33 pm
Forum: Ideas
Topic: 18.0
Replies: 61
Views: 175919

Re: 18.0

This is a complicated topic as there are a lot of things involved. Most of the speed choices you can control through your own host/provider. Most web hosts provide an upgrade to allowed memory use and for a low monthly fee of (for example $1-3) extra you can add more available memory. The other thi...
by wx_jon
Tue Jul 24, 2018 7:53 pm
Forum: Ideas
Topic: 18.0
Replies: 61
Views: 175919

Re: 18.0

I agree with many of the voices here that the template already has more than enough features for my needs. Thank you Jachym for all of the hard work you have put in to Meteotemplate. My only suggestion is for continued efforts towards speeding code execution and streamlining. In particular, php exec...
by wx_jon
Tue Feb 20, 2018 8:37 pm
Forum: Problems
Topic: Collapsing mobile menu
Replies: 18
Views: 27798

Re: Collapsing mobile menu

Having been otherwise busy lately, I'm just now getting to test the new mobile page. First impression is that the font is quite small on my 5-inch phone screen. In case anyone is interested, since I had to fix this myself, removing the resizeFix function in mobile/menu.js fixed the problem. Whether ...
by wx_jon
Thu Dec 21, 2017 6:58 pm
Forum: WeeWX
Topic: Min Max not updating
Replies: 7
Views: 32976

Re: Min Max not updating

Luc, that is interesting because I know that in my initial setup I did the same as Jay, switch from archive to loop, and never noticed a problem (I don't recall deleting Live.txt). Right now I have weeWX send both loop and archive, and I see no Tmin/Tmax in Live.txt...
by wx_jon
Thu Dec 21, 2017 6:53 pm
Forum: Current Conditions
Topic: It's as dry as a dead dingo's donga
Replies: 8
Views: 33295

Re: It's as dry as a dead dingo's donga

Wow, that sure is hot!
Local counties can and do issue "burn bans" in the States. Because they are local it's often not clear which areas exactly are affected. I also don't know how much they're enforced.
by wx_jon
Tue Dec 19, 2017 1:26 am
Forum: General
Topic: 1000
Replies: 9
Views: 13278

Re: 1000

Wow. I wasn't there at version 1 but there's been so much progress. Congrats Jachym!
by wx_jon
Tue Dec 19, 2017 1:17 am
Forum: WeeWX
Topic: Min Max not updating
Replies: 7
Views: 32976

Re: Min Max not updating

Do you mean that Tmax = Tmin = T? Does wind and wind gust work correctly? I compared your api caches to mine and they look perfectly normal, so I'd be inclined to think it's a server or Meteotemplate issue, not weeWX.
by wx_jon
Fri Dec 15, 2017 11:01 pm
Forum: WeeWX
Topic: Loop error
Replies: 4
Views: 23988

Re: Loop error

You could try resetting the logger with wee_device /home/weewx/weewx.conf --clear-memory The documentation for wee_device is here . Otherwise there may also be an issue if a parameter in your weewx.conf does not match the parameter of the logger (like archive interval) or the clock is wrong. It may ...
by wx_jon
Fri Dec 15, 2017 10:05 pm
Forum: WeeWX
Topic: Loop error
Replies: 4
Views: 23988

Re: Loop error

There's obviously a communication error. Someone else could probably figure it out, but a few thoughts I have from things I've experienced before: Is Weather Display still running on the same computer at the same time? Is your VP2 console actively receiving packets (for a wireless model)? When the a...
by wx_jon
Fri Dec 15, 2017 9:56 pm
Forum: Current Conditions
Topic: New Wind Record !!
Replies: 2
Views: 18864

Re: New Wind Record !!

That's cool! Classic cold front signature. Do you also see a shift in wind direction, or does topography have a large effect at your location?
by wx_jon
Fri Dec 15, 2017 9:52 pm
Forum: Français
Topic: (Solutionné)Utilisation du Realtime
Replies: 3
Views: 7563

Re: Utilisation du Realtime

Bonjour Michel,
Pour vôtre configuration, est-ce que les paramètres dans config.php sont bien

Code: Select all

$path = '';
$pageURL = 'http://www.lecourtilauxepines.eu/';
(notez bien $path)? Erreur 406, c'est bizarre. Sinon, il y a peut-être un problème de permissions.
by wx_jon
Thu Dec 14, 2017 8:10 pm
Forum: Davis
Topic: Mounting Ideas for Vantage Pro2
Replies: 2
Views: 25265

Re: Mounting Ideas for Vantage Pro2

If you're looking for the full 10-meter height for the anemometer, then I can't really help, because I've never had the tools or the location to do that. However, in most cases an all-in-one station sited on a pole or tripod about 5-6 feet above ground with no nearby obstructions is a good compromis...
by wx_jon
Mon Dec 11, 2017 7:04 pm
Forum: Problems
Topic: wetbulp
Replies: 5
Views: 9675

Re: wetbulp

Well, clearly something is indeed wrong with that formulation since wet-bulb temperature must lie between dew point and air temperature. The formula you have doesn't guarantee that. How about using this glorious mess?
by wx_jon
Tue Nov 21, 2017 9:22 pm
Forum: WeeWX
Topic: Weewx and meteoteplate data reporting
Replies: 8
Views: 33720

Re: Weewx and meteoteplate data reporting

Ok, I saw your post from a couple of months ago about being able run both "loop" and "archive" at the same on the Weewx-Meteotemplate setup and I'd like to make that change. I'm confused about where where to actually find meteotemplate.py. I already have the extension installed ...
by wx_jon
Tue Nov 21, 2017 8:54 pm
Forum: Member introductions
Topic: Hello All from Washington State
Replies: 5
Views: 7685

Re: Hello All from Washington State

Hello from across the Sound in Seattle!
My first thought is: does the rain gauge need to be installed under the anemometer pole? Bird spikes on my rain gauge have solved bucket cleaning problems as there are no potential bird perches above the gauge.
by wx_jon
Wed Nov 08, 2017 6:57 pm
Forum: Weather forecasting
Topic: Sager for Meteotemplate?
Replies: 12
Views: 42805

Re: Sager for Meteotemplate?

Jachym wrote: Wed Nov 08, 2017 6:51 pm It will work for some scenarios, usually for those where there are no significant changes. For the rest you need satellite data
Well, the nice thing about a machine is that you can give it satellite data too... ;)