Welcome to the Cumulus Support forum.

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

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.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

website title ver. 3184

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
cbnidk
Posts: 22
Joined: Sat 07 Jan 2012 1:03 pm
Weather Station: WS3080
Operating System: windows server 2019 64 bit
Location: Denmark

website title ver. 3184

Post by cbnidk »

Hi
have updated from 3095 til 3184
I have this in my index.htm file but the title is "Vejret i Esrum weather"
where is wearher coming from?

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="weather data">
<meta name="keywords" content="Vejret, Esrum, data, Vejr station">
<title>Vejret i Esrum</title>
<link rel="icon" type="image/png" href="images/favicon.png">

can enyone help
the new webpage is very nice but I can't get this to work
flort
Posts: 213
Joined: Thu 17 Dec 2020 9:06 am
Weather Station: Davis Vantage Vue
Operating System: Raspbian GNU/Linux 10 (buster)
Location: Tin Can Bay, Queensland, Australia
Contact:

Re: website title ver. 3184

Post by flort »

Hi,

If you are using the default website then the heading on your index page comes from line 51 in the index.htm file which reads -

Code: Select all

<h1><span data-cmxdata="location"></span> Weather <span class="subText"></span></h1>
The "location" is obtained from the websitedata.json file and it gets this from what you have defined as the "Location Name" in the Station Settings.

Hope this helps.

Regards,
Trevor
cbnidk
Posts: 22
Joined: Sat 07 Jan 2012 1:03 pm
Weather Station: WS3080
Operating System: windows server 2019 64 bit
Location: Denmark

Re: website title ver. 3184

Post by cbnidk »

Hi

No this is not the case, this I have take away, but the title in the browser is stil with weather it has to come from another place
it is the title in the browser you can see it on my page https://vejr.bloknet.dk

<h1><span data-cmxdata="location"></span><span class="subText"></span></h1>

cbni
User avatar
PaulMy
Posts: 3775
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: website title ver. 3184

Post by PaulMy »

Try clearing your browser cache. For me your site displays:
Vejret i Esrum
Målinger kl. 15:40 on 27 maj 2022
Enjoy,
Paul
Davis Vantage Pro2+
C1 www.komokaweather.com/komokaweather-ca
MX www.komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX www.komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX www. komokaweather.com/cumulusmx4/index.htm

Image
cbnidk
Posts: 22
Joined: Sat 07 Jan 2012 1:03 pm
Weather Station: WS3080
Operating System: windows server 2019 64 bit
Location: Denmark

Re: website title ver. 3184

Post by cbnidk »

Hi

It is not on the website, is in the browser title and if you will bookmark it than I get Vejret i Esrum weather
I don't want weather after Vejret i Esrum
see her a word doc https://vejr.bloknet.dk/title_not_rigth.doc

cbni
User avatar
PaulMy
Posts: 3775
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: website title ver. 3184

Post by PaulMy »

Hi,
it is the title in the browser you can see it on my page https://vejr.bloknet.dk
It is not on the website, is in the browser title and if you will bookmark it than I get Vejret i Esrum weather
Maybe loosing something in translation...
In my Edge browser on my PC I clicked on your link https://vejr.bloknet.dk/ and it shows your website page and the title as:
Vejret i Esrum
Målinger kl. 00:30 on 28 maj 2022
Temperatur og Fugtighed
and "weather' is not in the title. I still think you are getting a cached page.

Enjoy,
Paul
Davis Vantage Pro2+
C1 www.komokaweather.com/komokaweather-ca
MX www.komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX www.komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX www. komokaweather.com/cumulusmx4/index.htm

Image
flort
Posts: 213
Joined: Thu 17 Dec 2020 9:06 am
Weather Station: Davis Vantage Vue
Operating System: Raspbian GNU/Linux 10 (buster)
Location: Tin Can Bay, Queensland, Australia
Contact:

Re: website title ver. 3184

Post by flort »

Hi cbni,

I think I understand where you are referring to now. The browser tab gets its title from the setpagedata.js file located in the js folder. If you go down to line 157 you will find the following -

Code: Select all

$(document).prop('title', cmx_data.location + ' weather');
This sets the tab title for all pages. Remove weather from there and you should get the desired outcome.

Regards,
Trevor
cbnidk
Posts: 22
Joined: Sat 07 Jan 2012 1:03 pm
Weather Station: WS3080
Operating System: windows server 2019 64 bit
Location: Denmark

Re: website title ver. 3184

Post by cbnidk »

Hi

Yes, it is working now it was on that page setpagedata.js in folder js
Thanks

cbni
Post Reply