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

NEARLY THERE!! YAW CAM

Hardware/software/hints and tips/discussion/webcam links etc
Post Reply
Manzara
Posts: 32
Joined: Thu 23 May 2013 8:50 am
Weather Station: WH1080
Operating System: XP
Location: Cyprus
Contact:

NEARLY THERE!! YAW CAM

Post by Manzara »

Thanks for help just a slight gltch now. I have the webcam now on my site. The only thing is it does not update automatically - you have to do a refresh in the browser.
The coding I am using is here:

<!--Preamble-->
<div id="frag_32" style="position:absolute;left:80px;top:229px;width:723px;height:589px; /*MainDivStyle*/" __AddCode="here">
<!-- START display webcam image -->
<table width="100%" align="center" border="0" cellpadding="1" cellspacing="1">
<tr>
<td><img src="webcam1.jpg" width="720" align="center" height="576" name="refreshwebcam"><SCRIPT src="webcam_refresh.js" language="JavaScript" type="text/javascript" ></SCRIPT></td>
<td><b>This webcam image updates every two minute</b></td>
</tr>
</table>
<!-- END display webcam image -->

The coding says refresh but it doesn't automatically
Can anyone help?
My web site is www.meteor.org.uk click on view web cam for page
Many thanks
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: NEARLY THERE!! YAW CAM

Post by steve »

You seem to be missing the javascript file which does the refresh; the page expects it to be here: http://www.meteor.org.uk/webcam_refresh.js but that's a 404.
Steve
Manzara
Posts: 32
Joined: Thu 23 May 2013 8:50 am
Weather Station: WH1080
Operating System: XP
Location: Cyprus
Contact:

Re: NEARLY THERE!! YAW CAM

Post by Manzara »

Many thanks. I found another piece of script that worked. You can see now. www.meteor.org.uk I have set it to refresh every 2 mins and were quite right no script to refresh. Many thanks anyway for your time. This has been a big learning curve!!
Post Reply