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 4019) - 03 April 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

SteelSeries v166b - Forecast box empty

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
CrasHBoneS
Posts: 96
Joined: Fri 06 Jan 2012 10:49 am
Weather Station: PCE-FWS20
Operating System: Windows XP SP3
Location: Bellaria Igea Marina (RN)
Contact:

SteelSeries v166b - Forecast box empty

Post by CrasHBoneS »

http://www.meteobellaria.it/stazione1/gaugesSS.php

I updated my web page with latest version of steel series
I also updated realtimegaugesT.txt

This is relatimegauges.txt

Code: Select all

{"date":"17.44","temp":"28,4","tempTL":"21,8","tempTH":"30,5","intemp":"29,3","dew":"20,2","dewpointTL":"13,3","dewpointTH":"21,2","apptemp":"29,1","apptempTL":"22,5","apptempTH":"31,7","wchill":"28,4","wchillTL":"21,8","heatindex":"30,2","heatindexTH":"31,5","humidex":"35,9","wlatest":"18,4","wspeed":"15,8","wgust":"27,0","wgustTM":"29,5","bearing":"90","avgbearing":"111","press":"1011,4","pressTL":"1011,0","pressTH":"1012,6","pressL":"914,6","pressH":"1034,5","rfall":"0,0","rrate":"0,0","rrateTM":"0,0","hum":"61","humTL":"42","humTH":"76","inhum":"64","SensorContactLost":"0","forecast":"","tempunit":"C","windunit":"km/h","pressunit":"hPa","rainunit":"mm","temptrend":"-0,3","TtempTL":"05.12","TtempTH":"12.03","TdewpointTL":"06.58","TdewpointTH":"17.01","TapptempTL":"05.44","TapptempTH":"12.23","TwchillTL":"05.12","TheatindexTH":"12.23","TrrateTM":"00.00","ThourlyrainTH":"00.00","LastRainTipISO":"2012-08-15 17:08","hourlyrainTH":"0,0","ThumTL":"11.38","ThumTH":"01.18","TpressTL":"16.21","TpressTH":"10.04","presstrendval":"-0,1","Tbeaufort":"F3","TwgustTM":"17.07","windTM":"18,1","bearingTM":"135","timeUTC":"2012,8,16,15,44,26","BearingRangeFrom10":"290","BearingRangeTo10":"140","UV":"0,0","SolarRad":"0","CurrentSolarMax":"342","version":"1.9.2","build":"1028","ver":"7"}
I noticed 2 things
-seconds in the timer goes fast as real time
-I lost the text in canvas_status

I read for 1 second "Downloading" then the box remains empty

Thank everybody for the help
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: SteelSeries v166b - Forecast box empty

Post by mcrossley »

I think you need to update your version of Cumulus, the latest version of the gauges uses a webtag that isn't available in your version.
CrasHBoneS
Posts: 96
Joined: Fri 06 Jan 2012 10:49 am
Weather Station: PCE-FWS20
Operating System: Windows XP SP3
Location: Bellaria Igea Marina (RN)
Contact:

Re: SteelSeries v166b - Forecast box empty

Post by CrasHBoneS »

mcrossley wrote:I think you need to update your version of Cumulus, the latest version of the gauges uses a webtag that isn't available in your version.
I will update Cumulus, thank you

Do You know the reason the timer count seconds "faster"?
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: SteelSeries v166b - Forecast box empty

Post by mcrossley »

CrasHBoneS wrote:Do You know the reason the timer count seconds "faster"?
You need to remove the call to "init()" in the HTML body tag
<body onload="init()">
to
<body>
CrasHBoneS
Posts: 96
Joined: Fri 06 Jan 2012 10:49 am
Weather Station: PCE-FWS20
Operating System: Windows XP SP3
Location: Bellaria Igea Marina (RN)
Contact:

Re: SteelSeries v166b - Forecast box empty

Post by CrasHBoneS »

mcrossley wrote:
CrasHBoneS wrote:Do You know the reason the timer count seconds "faster"?
You need to remove the call to "init()" in the HTML body tag
<body onload="init()">
to
<body>
THANK YOU for help and for all the whole project SteelSeries!
Post Reply