cloudy

Author Topic: Temperature Detail addon page for WD-AJAX-PHP-USA template  (Read 14327 times)

0 Members and 2 Guests are viewing this topic.

Offline Cienega32

  • Posts: 104
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #105 on: January 25, 2010, 10:20:24 PM »
I like what you've changed.
I shortened the titles to make the boxes smaller since it's implied the data shown is monthly.
http://www.knology.net/~blackjack52/wxtempdetail.php

Ditto that with just using "MEAN". I don't mind the bigger boxes on the hi/lo numbers but I like the thinner MEAN row - breaks it out more. I also thickened the top and bottom border of that row when the cell contains data as well as giving the title its own shade:

http://www.lascruces-weather.com/wxtempdetail16.php?year=2009

Adding this to the css and changing the 1st and 5th class= in the routine to "tempmean":

Code: [Select]
#temp .tempmean {
/* color: #444444; */
        background-color: #C0C0C0;
        border: 2px solid #22464F;
        border-width: 2px 1px 2px 1px;
text-align: center;
padding: 2px;
}


Blackjack52

  • Guest
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #106 on: February 01, 2010, 03:34:28 PM »
I am getting an entire January blankout after monthly rollover, albeit due to the inherent 1st day of the month catch-up with the dailynoaareport.

Is their a workaround to still have the prior month/s data populated on the 1st day of the new month?
Same for tempsummary.php?

Thanks.

Offline Murry Conarroe

  • Posts: 478
  • Decatur, Texas
    • Wildwood Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #107 on: February 01, 2010, 05:08:28 PM »
The various detail and summary scripts extract the data they use from the dailynoaareportmyyyy.htm files for previous months and the dailynoaareport.htm file for the current month. What WD normally does on the first of the month is to duplicate the previous months data and save as dailynoaareport.htm file. That is why the scripts ignore the dailynoaareport file on the first of the month.

My site and various others I checked are working correctly today. But I noticed that on your site, there is no dailynoaareport12010.htm file and that the dailynoaareport.htm file only has one day of data (Jan 31).

Check the webfiles directory of Weaher Display to see if the dailynoaareport12010.htm file is there. If it is, maybe it didn't get uploaded for some reason. If it is not there, try recreating it and then uploading it.
« Last Edit: February 01, 2010, 05:20:04 PM by Murry Conarroe »
Murry

Blackjack52

  • Guest
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #108 on: February 01, 2010, 08:39:13 PM »
Thanks Murry; I didn't check server side. The dailynoaa report was created locally though.

Offline magical46

  • Posts: 448
    • Weybourne Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #109 on: February 10, 2010, 08:13:40 PM »
Hi
The other day my weather station threw a bit of a wobbly, which it does every few months ( no idea why), and had 24 hours of spikes and troughs. This threw out my record monthly and yearly records. By going into WD, action, Enter extreme records, I have managed to amend the problems and my monthly and yearly records http://www.weybourneweather.co.uk/wxcurrentmonth.php are correct. However my wxtempdetail page http://www.weybourneweather.co.uk/wxtempdetail.php and my temp trends summary http://www.weybourneweather.co.uk/wxtempsummary.php are still showing a high temp of 22.7C on the 8 feb when in fact the high that day was only 2.2C. How can I correct this?

Offline rrrick8

  • Posts: 325
  • Danville, Illinois
    • Vermilion County Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #110 on: February 10, 2010, 09:24:01 PM »
Just open up the dailynoaareport22010 file and edit that days information.
Save changes and it should correct both items.
« Last Edit: February 10, 2010, 09:48:57 PM by rrrick8 »
----------------------
Rick
EMA Severe Weather Manager
CWOP-CW9931 -  KILDANVI5

Offline magical46

  • Posts: 448
    • Weybourne Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #111 on: February 10, 2010, 10:03:31 PM »
Hi
Thanks for that, I have amended as you suggested, I'll have to wait till after midnight to see that it has worked
Phil

Offline magical46

  • Posts: 448
    • Weybourne Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #112 on: February 21, 2010, 11:04:50 AM »
Quote
Hi
The other day my weather station threw a bit of a wobbly, which it does every few months ( no idea why), and had 24 hours of spikes and troughs. This threw out my record monthly and yearly records. By going into WD, action, Enter extreme records, I have managed to amend the problems and my monthly and yearly records http://www.weybourneweather.co.uk/wxcurrentmonth.php are correct. However my wxtempdetail page http://www.weybourneweather.co.uk/wxtempdetail.php and my temp trends summary http://www.weybourneweather.co.uk/wxtempsummary.php are still showing a high temp of 22.7C on the 8 feb when in fact the high that day was only 2.2C. How can I correct this?

Quote
Just open up the dailynoaareport22010 file and edit that days information.
Save changes and it should correct both items.

I have amended the above file and also amended the data in the weekly report and climatedata out files, I have even removed the offending lines from the log files. When I upload the amnded daily reports etc the temp sumary page and all the others are correct, however when it updates aftermidnight it still reverts back to the wrong unamanded temp and I then have to amend all the files again. Will I be able to correct it when February is over, or am I missing something!

Offline redfox97601

  • Posts: 6
  • California-USA
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #113 on: March 01, 2010, 08:01:35 PM »
When this new month started (March), I lost all Temp. info for the month of Feb.???? I also lost Feb. info for the rain and wind info??? Can someone please tell me how I can fix this so when a new month starts, I don't lose my data???

http://chesterweathercenter.com/wxtempdetail.php

Thank You!
Randy

Offline redfox97601

  • Posts: 6
  • California-USA
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #114 on: March 02, 2010, 07:22:30 AM »
All my Feb. info moved over to March.....How can I move this back to the month of Feb.????

Thank You!
Randy

Offline Murry Conarroe

  • Posts: 478
  • Decatur, Texas
    • Wildwood Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #115 on: March 02, 2010, 04:24:44 PM »
The scripts get their data from the dailynoaareport files. Check the webfiles directory of weather display. If the dailynoaareport.htm and dailynoaareport22010.htm files are there and are correct, it would appear that they did not get uploaded.

It they are not there or are incorrect, you will need to recreate and upload them. For info on recreating them, see the first post in this topic http://www.weather-watch.com/smf/index.php/topic,38601.0.html

 
Murry

Offline RAD-X

  • Posts: 234
  • Hovezi, Czech Republic
    • Pocasi Hovezi
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #116 on: June 07, 2010, 03:12:57 PM »
Hi Murry.
Thank You for good job!
I have few proposals/solutions for the next versions.

1.) Translation support and remove redundant zeroes
Key features:
- language translation for all Detail/Summary templates in one file
- auto/manual language switch for Multilingual Saratoga Carterlake Templates
- removed zeros. eq output 01.8 is now 1.8

See attachment (now only for raindetail; language file: en, cs).
New things are written in comment marked as ###.
New variables begining $T (eq $Tlang)

2.) Furthermore,it might be better to move the Stats switch on the right. Looks better.
Just maybe...
See: http://pocasi.hovnet.cz/wxtempdetail.php (web is actually only in Czech language ... sorry)
Html details in my page:
Code: [Select]
<!-- insert this code before div gettempdtbxfloat -->
<div class="statbxfloat">
          <div class="statdtbx">
                Zvolte jinou statistiku:<br>   
                <form method="get" action="wxsnowdetail.php">
                <input type="submit" value="Sníh">
                </form>
                <form method="get" action="wxraindetail.php">
                <input type="submit" value="D隻">
                </form>
                <form method="get" action="wxwinddetail.php">
                <input type="submit" value="Vítr">
                </form>
            </div>
        </div> <!-- end of stats switch -->
CSS details in my page:
Code: [Select]
.statdtbx {
font-size:80%;
font-weight:bold;
padding:0;
text-align:center;
}
.statbxfloat {
background-color:#3173B1;
border:1px ridge #22464F;
color:#FFFFFF;
float:right;
padding:0 5px;
}

3.) image in CSS class noday for better look
Code: [Select]
background-image:url("./noday.png");
eq http://pocasi.hovnet.cz/wxtempdetail.php
where empty days are hatched

4.) Sorry for my english :-D
Radek
Weather Hovezi | WU graphs | DONATE
Yes. My English is bad. But the effort is appreciated. :happy8:

Blackjack52

  • Guest
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #117 on: June 23, 2010, 04:14:04 PM »
Murry,
Can you take a look at Mar avg temp in this script and detailsummary?
My avgtempmarnow tag displays 51.5, but script shows 49. The other months are correct.

Thanks.

Offline Murry Conarroe

  • Posts: 478
  • Decatur, Texas
    • Wildwood Weather
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #118 on: June 23, 2010, 04:31:44 PM »
Murry,
Can you take a look at Mar avg temp in this script and detailsummary?
My avgtempmarnow tag displays 51.5, but script shows 49. The other months are correct.

Thanks.

Lee,
According to the files
http://www.knology.net/~blackjack52/climatedataout32010.html and http://www.knology.net/~blackjack52/dailynoaareport32010.htm, the average temp was 48.6 which rounds to 49. Looks like the problem may be with the avgtempmarnow tag.
Murry

Blackjack52

  • Guest
Re: Temperature Detail addon page for WD-AJAX-PHP-USA template
« Reply #119 on: June 23, 2010, 06:33:10 PM »
Thanks Murry. How accurate is your avgtempmarnow computation?

 

cumulus