Recent Posts

Pages: [1] 2 3 ... 10
1
Well, making some progress. Snag now is testtags are not being fully converted on my wx5.html page.
I'm uploading testtags.php just fine but my converted wxlocal5.html file being uploaded is only converting the top 2 lines of the testtags. The Date & Time and current conditions. All others are not being converted prior to being uploaded to server.
Here is what is happening on the page and my code for the wxlocal5.html
Appreciate any help. My wx7.html page is working fine now and converted everything that was designated.

 [ You are not allowed to view attachments ]

Code: [Select]
<center> <h3><u>-Current / Recent Stats as of %date% %time%-</u></h3> </center>
       
      <table width="99%" cellpadding="0" cellspacing="0">

<tr class="table-top">
<td>TIME</td>
<td>TEMP</td>
<td>WIND SPD</td>
<td>WIND GUST</td>
<td>WIND DIR</td>
<td>HUMIDITY</td>
<td>PRESSURE</td>
<td>RAIN</td>
</tr>

<tr class="column-light">
<td>Current</td>
<td>%temp% &deg;F</td>
<td>%avgspd%</td>
<td>%gstspd%</td>
<td>%dirlabel%</td>
<td>%hum%</td>
<td>%baro%</td>
<td>%dayrn%</td>
</tr>

<tr class="column-dark">
<td>5 minutes ago</td>
<td>%temp5minuteago% &deg;F</td>
<td>%wind5minuteago%</td>
<td>%gust5minuteago%</td>
<td>%dir5minuteago%</td>
<td>%hum5minuteago%</td>
<td>%baro5minuteago%</td>
<td>%rain5minuteago%</td>
</tr>

<tr class="column-light">
<td>10 minutes ago</td>
<td>%temp10minuteago% &deg;F</td>
<td>%wind10minuteago%</td>
<td>%gust10minuteago%</td>
<td>%dir10minuteago%</td>
<td>%hum10minuteago%</td>
<td>%baro10minuteago%</td>
<td>%rain10minuteago%</td>
</tr>

<tr class="column-dark">
<td>15 minutes ago</td>
<td>%temp15minuteago% &deg;F</td>
<td>%wind15minuteago%</td>
<td>%gust15minuteago%</td>
<td>%dir15minuteago%</td>
<td>%hum15minuteago%</td>
<td>%baro15minuteago%</td>
<td>%rain15minuteago%</td>
</tr>

<tr class="column-light">
<td>20 minutes ago</td>
<td>%temp20minuteago% &deg;F</td>
<td>%wind20minuteago%</td>
<td>%gust20minuteago%</td>
<td>%dir20minuteago%</td>
<td>%hum20minuteago%</td>
<td>%baro20minuteago%</td>
<td>%rain20minuteago%</td>
</tr>

<tr class="column-dark">
<td>30 minutes ago</td>
<td>%temp30minuteago% &deg;F</td>
<td>%wind30minuteago%</td>
<td>%gust30minuteago%</td>
<td>%dir30minuteago%</td>
<td>%hum30minuteago%</td>
<td>%baro30minuteago%</td>
<td>%rain30minuteago%</td>
</tr>
2
I am getting the entry at the top of the wxcwopstats.php page:

Notice: Undefined offset: 3 in /home/rogersci/public_html/cwopstats.php on line 195

I'm not sure when this started, I may have only recently checked the page and noticed it.

I think that some of the charts have gone missing. This used to work. Did I miss an update for the script?

Greg H.

3
Weather Website PHP/AJAX scripting / Re: wxhistory.php
« Last post by meteosanjuan on Today at 07:13:33 AM »
That's how it is. Thank you very much for pointing it out to me. Greetings
4
Ok

One more question.  How do I get the nws-alerts-log.php to to open with the menu and header/footer.  Right now I have it in the flyout menu and it opens in a different window.  (not a different tab).  I want it to open within the menu and other elements like every other page.

Tim
5
Wow.. this is starting to sound like what was done for ReplayTV (SonicBlue/Panasonic) PVRs in the 2000s where the entire site was proxied so that channel guide data, show sharing, etc continued to work after shutdown.

At the moment, we believe there are a couple of ways to do it. The fake webserver (redirect/proxy/mitm) is one possible solution that we are investigating.  Another is to simply run a standalone program that uses the GW1000 "telnet" protocol to feed the desired firmware to the device. These are very different methods, and involve differing skills to implement. So we are working on both approaches.  (The "we" to which I refer includes me and several others who may remain anonymous until we are ready to publish tested procedures.)

   ---Jonathan
6
Quote
EDIT:  For now I've changed "Expires:" to "Next Update:"

I just had a visitor to my site email me and informed me of "an error" in a Wind Advisory notice. The NWS posted it today(Tuesday), Advisory: "WHEN...From 5 PM Wednesday to 11 PM PDT Friday." They assumed it was in effect now!
So there you go, funny how we spoke of this last month and how I got confirmation on the "public" getting confused about it! I understand why the NWS uses the Alert dates. But it can confuse the public" :)

I changed mine to This Notice Updated & Next Update.
7
Davis Instruments Weather Stations / Re: Joining Davis Tech Support
« Last post by Mattk on Yesterday at 04:39:48 PM »
.... but given the step back many claim with the tipping spoon design ....
Don't see what the issue is? Quite an improvement over the tipping buckets which were a real problem.
8
Chit-Chat / Do You Remember Nicole Mitchell?
« Last post by WeatherHost on Yesterday at 04:29:13 PM »
Back before The Weather Channel got silly and was still worth watching, she was one of the on air Mets.  Also an Air Force pilot with the Hurricane Hunters.

Seems something happened to her mind and she's gotten into a spot of trouble recently.

9
Davis Instruments Weather Stations / Re: Joining Davis Tech Support
« Last post by srpawski on Yesterday at 01:49:59 PM »
Yeah I know its kind of fun to color outside of the lines.
10
Davis Instruments Weather Stations / Re: Joining Davis Tech Support
« Last post by Otis on Yesterday at 01:41:00 PM »
Straying off topic.  #-o
Pages: [1] 2 3 ... 10