Sandaysoft

Support forum for Cumulus weather station software
It is currently Thu May 23, 2013 10:36 pm
Please click here before posting. Help me to help you!
Useful Links: Cumulus FAQ • Enhancement requests • Wiki (documentation)
Please put your approximate location into your profile
Add your web site to the Cumulus user map
Vantage Pro2 users with firmware 3.00 should upgrade to fw 3.12 and Cumulus 1.9.4

All times are UTC




Post new topic Reply to topic  [ 158 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Mon Feb 06, 2012 9:42 am 
Offline
User avatar

Joined: Wed Apr 28, 2010 1:01 pm
Posts: 159
Location: Australia
Weather Station: Davis Vantage Pro 2 Plus
Operating System: Windows 7 Pro / Ubuntu
I'm not sure if anyone's asked this before.. but is there a htm version for viewing NOAA reports... sadly my host doesnt support PHP..


cheers

_________________
ImageImage


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Mon Feb 06, 2012 12:22 pm 
Online
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1848
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
There is no problem (?) with having a html page with a report inside it. The tedious bit would be creating the nav menu for available reports.

Let me think about it ..............

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Mon Feb 06, 2012 12:29 pm 
Offline
User avatar

Joined: Wed Apr 28, 2010 1:01 pm
Posts: 159
Location: Australia
Weather Station: Davis Vantage Pro 2 Plus
Operating System: Windows 7 Pro / Ubuntu
beteljuice wrote:
There is no problem (?) with having a html page with a report inside it. The tedious bit would be creating the nav menu for available reports.

Let me think about it ..............



Thankyou.. :clap: :clap: That would be muchly appreciated.. sure there are others out there in the same boat.

_________________
ImageImage


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Tue Feb 07, 2012 5:13 am 
Online
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1848
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
Rather worringly I've taught JavaScript to check a directory :o
So now all I've got to do is change all the PHP logic / functions to JavaScript :bash:

It won't be as 'robust' or as fast to build the initial page - but it should work :roll:

Hmmm ... 2nd and 3rd thoughts I've got to convert some multidimensional arrays, and see if I can still keep the nav button 'highlight' on-the-fly.

I might be some time ...........

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Last edited by beteljuice on Tue Feb 21, 2012 12:20 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Tue Feb 07, 2012 7:03 am 
Offline
User avatar

Joined: Wed Apr 28, 2010 1:01 pm
Posts: 159
Location: Australia
Weather Station: Davis Vantage Pro 2 Plus
Operating System: Windows 7 Pro / Ubuntu
beteljuice wrote:
I might be some time ...........


times no issue mate, takes as long as it takes.. I "and plenty of others" will greatly appreciate it :D

_________________
ImageImage


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Fri Feb 17, 2012 10:59 pm 
Online
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1848
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
Now available an alternative stylesheet for use with 'include's which has the button highlights INSIDE the buttons. Useful for pages with a dark background.

Attachment:
noaarep_alt.txt


You do not have the required permissions to view the files attached to this post.

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Mon Feb 20, 2012 9:52 pm 
Offline

Joined: Tue Jan 03, 2012 6:14 pm
Posts: 11
Location: Reading, Berkshire
Weather Station: Maplin N96FY
Operating System: Windows Vista
Anybody know what the following warning is telling me?:

Warning: putenv(): Safe Mode warning: Cannot set environment variable 'TZ' - it's not in the allowed list in /tier-11/pwpstore6/10/shinfieldriseweather/htdocs/NOAA-reports.php on line 160

It appears on my NOAA style reports.

I thank you in advance for your assistance in this matter

_________________
Image
http://www.shinfieldriseweather.webspac ... nmedia.com


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Mon Feb 20, 2012 10:05 pm 
Offline
User avatar

Joined: Thu Jan 07, 2010 9:44 pm
Posts: 2518
Location: Wilmslow, Cheshire, UK
Weather Station: Davis VP2
Operating System: XP SP3, Win 7
Yes, if you are running PHP in "safe mode" (as I do), then only certain commands are allowed to 'write' data to the host. Setting the TZ is not allowed. I think there is a later version of the script that fixes this.

_________________
Mark
Wilmslow Astro Weather


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Mon Feb 20, 2012 10:22 pm 
Offline

Joined: Tue Jan 03, 2012 6:14 pm
Posts: 11
Location: Reading, Berkshire
Weather Station: Maplin N96FY
Operating System: Windows Vista
Thanks for that - I did not drill down this thread far enough - I will comment out and that should fix.

Much appreciated :D

_________________
Image
http://www.shinfieldriseweather.webspac ... nmedia.com


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Wed Feb 22, 2012 1:47 pm 
Online
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1848
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
Tip: If you have existing NOAA style reports from other softwares, then you should be able to copy them to the NOAA-reports directory and as long as you rename them in the Cumulus format they should be found and displayed OK ;)

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Sat Mar 10, 2012 9:33 am 
Offline
User avatar

Joined: Sun Jul 03, 2011 6:23 pm
Posts: 324
Location: Eastleigh, Hampshire, UK
Weather Station: Davis VP2 - 24hr FARS
Operating System: Windows 7 - 64 bit
Just wanted to say thanks to beteljuice for all the work he's put into this.

Finally got round to adding it to my site this morning. Took a few minutes and worked first time :) .

I'll try the alt.css later.

Duke

_________________
Duke

Nightingale Weather PHP
Eastleigh, Hampshire, UK


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Sat Mar 10, 2012 5:31 pm 
Offline
User avatar

Joined: Sun Jul 03, 2011 6:23 pm
Posts: 324
Location: Eastleigh, Hampshire, UK
Weather Station: Davis VP2 - 24hr FARS
Operating System: Windows 7 - 64 bit
Just looked at my NOAA page and there is a problem displaying the degree sign:

Quote:
N 50� 57' 58" Lon: W 001� 22' 51"

Temperature (�C),


Nightingale NOAA

What have I failed to do correctly?

Duke

_________________
Duke

Nightingale Weather PHP
Eastleigh, Hampshire, UK


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Sun Mar 11, 2012 12:19 am 
Online
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1848
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
I'm glad you see that as well, I'm fed up of people telling me I'm seeing things when I get funny characters on their sites (Including ordinary html) !

The unproven response is the wrong charset is applied to the format in which the file was written and / or saved in.

The report itself is created by Cumulus, Notepad++ says "ANSI as UTF-8"
Notepad++ reports your page as "ANSI as UTF-8", and is declared as UTF-8 in it's META data.

Interestingly, in my browser, your .txt reports show the black diamond, but not in notepad++, the .txt reports on my site do not show the black diamond in my browser :bash:

Time for an experiment :shock:

Using notepad I want you to modify NOAA-reports.php :?
MAKE A BACKUP OF IT FIRST !

Go down to about line 430 and change from this:
Code:

if($rpt){
   echo "<pre>\n";
   echo preg_replace('|<|Uis','&lt;',$rpt);
   echo "</pre>\n";
}
echo "</div> <!-- END noaa_rep_container -->\n";
To this:
Code:

if($rpt){

// NASTY work-around, the ONLY way I find black diamond question mark (or deg character)
   $checkIt = explode("(", $rpt);
   $dodgy = substr($checkIt[1],0 , 1);

// the ONLY way I can replace when black diamond (unconditionally) to &deg
   $rpt = str_replace($dodgy,'&deg;',$rpt);
// END nasty work around


   echo "<pre>\n";
   echo preg_replace('|<|Uis','&lt;',$rpt);
   echo "</pre>\n";
}
echo "</div> <!-- END noaa_rep_container -->\n";
Caution: I can't find the real code for the black diamond anywhere :( This will replace ALL instances of the 'black diamond' with ° (degree symbol)

Edit: a couple of silly errors removed.

Upload the modified file to your site and let's see what happens :roll: (Edit: It works !)

If anyone has a definitive answer as to why this kind of problem occurs and how to prevent it in the first place .....

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Last edited by beteljuice on Sun Mar 11, 2012 3:47 pm, edited 4 times in total.

Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Sun Mar 11, 2012 5:43 am 
Offline
User avatar

Joined: Sun Jul 03, 2011 6:23 pm
Posts: 324
Location: Eastleigh, Hampshire, UK
Weather Station: Davis VP2 - 24hr FARS
Operating System: Windows 7 - 64 bit
Thanks for the quick reply. Unfortunately that did not resolve it.

The result of that was a one line page in XAMPP:

Quote:
Parse error: syntax error, unexpected T_VAR in W:\htdocs\weather\NOAA-reports.php on line 434


and live:

Quote:
Parse error: syntax error, unexpected T_VAR in /home/night239/public_html/weather/NOAA-reports.php on line 434


Duke

_________________
Duke

Nightingale Weather PHP
Eastleigh, Hampshire, UK


Top
 Profile  
 
 Post subject: Re: PHP Web 'viewer' for Cumulus NOAA Style reports
PostPosted: Sun Mar 11, 2012 6:01 am 
Online
User avatar

Joined: Tue Dec 09, 2008 1:37 pm
Posts: 1848
Location: Dudley, West Midlands, UK
Weather Station: None !
Operating System: XP SP3
Sorry - I got a bit of a JavaScript head on, the two var shouldn't be there.

Previous post edited - try that.

_________________
Image
......................Imagine, what you will KNOW tomorrow !


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 158 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group