Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Web page generation? Help needed.

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
larrystein
Posts: 63
Joined: Sun 30 Aug 2009 2:46 pm
Weather Station: WH1080

Web page generation? Help needed.

Post by larrystein »

Hi, can someone check my web pages please> http://www.larrystein.pwp.blueyonder.co.uk/Weather/

Why is the station address in lower case when in cumulus they are capitalised?

What a wonderful way to view my data. I was putting of using the internet feature, but I'm very glad I finally did use it.

Thank you for a Marvellous piece of software.

Larry
larrystein
Posts: 63
Joined: Sun 30 Aug 2009 2:46 pm
Weather Station: WH1080

Re: Web page generation? Help needed.

Post by larrystein »

Ok! I sorted out the capitalisation problem.

Is it working for you?

Thanks

Larry
User avatar
beteljuice
Posts: 3292
Joined: Tue 09 Dec 2008 1:37 pm
Weather Station: None !
Operating System: W10 - Threadripper 16core, etc
Location: Dudley, West Midlands, UK

Re: Web page generation? Help needed.

Post by beteljuice »

That is because the content of the page is being formatted by a thing called a stylesheet (css).

There are two ways to change it.

The best way is to goto ...\Cumulus\webfiles and open the file weatherstyles.css with NOTEPAD.

Look for:

Code: Select all

h1 {
	font-size: 150%;
	font-weight: bold;
	text-transform: lowercase;
	color: #678090;
	letter-spacing: 0.7em;
	padding-bottom: 1em;
	text-align: left;
}
and remove the line "text-transform: lowercase;"

Save the file, upload it (ftp) to your weather webspace - done ;)
Keep a copy of it somewhere other than Cumulus, because it will be overwritten next time you install an update of Cumulus. That won't actually be obvious unless you have to replace the file on your weather webspace for some reason.
Image
......................Imagine, what you will KNOW tomorrow !
larrystein
Posts: 63
Joined: Sun 30 Aug 2009 2:46 pm
Weather Station: WH1080

Re: Web page generation? Help needed.

Post by larrystein »

Oh crap! What have I done now?

Where can I get a new index.html?

I think I have buggered up the index.html and now the indexT.html.

I should have backed them up before editing them.

Help!

Larry
larrystein
Posts: 63
Joined: Sun 30 Aug 2009 2:46 pm
Weather Station: WH1080

Re: Web page generation? Help needed.

Post by larrystein »

OK! So, I've reinstalled and lost my data. No biggy, I only had about a months worth anyway.

So, I've edited the .css file and now OK for caps.

But which file do I edit to change the way the page views? IE: Which file does cumulus update in it's entirety? Should I edit the index file on my server, the one in the cumulus folder or the indexT file?

Thanks Again

Larry
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Web page generation? Help needed.

Post by steve »

It's the template file - the one with the "T" in it that you need to edit. Bear in mind that while the Cumulus installer doesn't do anything to your data folder when you reinstall it, it does overwrite the template files.
Steve
larrystein
Posts: 63
Joined: Sun 30 Aug 2009 2:46 pm
Weather Station: WH1080

Re: Web page generation? Help needed.

Post by larrystein »

Yes! Got it sorted now.

I was expecting the update to happen with the very next update. But it didn't update the whole page until the second round of updates.

Thanks for your help.

Larry
larrystein
Posts: 63
Joined: Sun 30 Aug 2009 2:46 pm
Weather Station: WH1080

Re: Web page generation? Help needed.

Post by larrystein »

Ah! Now my gauges have gone silly.

I haven't even looked at gauges.htm. I don't understand how it could have got corrupted.

Any help?

Larry

PS: No worries. I've found my mistake and fixed it.

Thanks Again.
Post Reply