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

Sat24 have changed their widgets - help required please.

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

Moderator: daj

Post Reply
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

I'm pretty useless at changing my website but Sat24 which I've used for years have a new owner and they've changed the widgets I use on the front page.

I've copied and pasted the code generated for two satellite images but they don't show. Could some kind soul help sort out what's wrong please? I've used their site to size the images so they match what was there previously.

This is what the code for the two rows look like...

<tr>
<td colspan="5" style="padding: 10px 0; text-align: center;">
<a <iframe sandbox="allow-scripts allow-popups allow-popups-to-escape-sandbox" src="https://widgets.meteox.com/en-GB/widget ... 52353/rain" style="width:100%!important;max-width:845px!important;max-height:615px!important;height:100%!important;padding:0px;border:none!important;box-sizing:border-box!important;" scrolling="no" frameborder="0"></iframe>
</a>
</td>
</tr>
<tr>
<td colspan="5" style="padding: 10px 0; text-align: center;">
<a <iframe sandbox="allow-scripts allow-popups allow-popups-to-escape-sandbox" src="https://widgets.meteox.com/en-GB/widget ... /satellite" style="width:100%!important;max-width:845px!important;max-height:615px!important;height:100%!important;padding:0px;border:none!important;box-sizing:border-box!important;" scrolling="no" frameborder="0"></iframe>>
</a>
</td>
</tr>

view-source:http://www.cheadlehulmeweather.co.uk/
Cheers,
Ray, Cheshire.

Image
freddie
Posts: 2480
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by freddie »

This bit:

Code: Select all

<a <iframe
should be:

Code: Select all

<a><iframe
There's two places to correct.

You also have one of these:

Code: Select all

</iframe>>
which should.be:

Code: Select all

</iframe>
Freddie
Image
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

Many thanks Freddie. Quite a relief it was just a couple of typos. But a different problem now. They're both letter-box format when I was planning for 845 x 615.

Any clues on how to get that?
Cheers,
Ray, Cheshire.

Image
freddie
Posts: 2480
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by freddie »

I'm no web page expert - I look after the engines not the airframe :)
I can see you have 845x615 as a maximum setting. You also have some width and height attributes in there that are set to 100%. Maybe if you experiment with pixel values for those two attributes rather than % values?
Freddie
Image
User avatar
Dador
Posts: 202
Joined: Thu 24 Nov 2011 2:22 pm
Weather Station: Davis VP2 Plus & Ecowitt
Operating System: Windows 10
Location: Rybnik, Poland
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by Dador »

The old Sat24 website is still available at this address.

https://sat118.sat24.com

After disabling api.sat24, unfortunately, free maps with clouds and precipitation are currently not available. I hope they include it.
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

Dador,
Do you mean this site? https://sat118.sat24.com/en/freeimages

The images still appear to be useable. I don't knowingly disable the api.
Cheers,
Ray, Cheshire.

Image
User avatar
Dador
Posts: 202
Joined: Thu 24 Nov 2011 2:22 pm
Weather Station: Davis VP2 Plus & Ecowitt
Operating System: Windows 10
Location: Rybnik, Poland
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by Dador »

RayProudfoot wrote: Wed 27 Dec 2023 3:40 pm Dador,
Do you mean this site? https://sat118.sat24.com/en/freeimages
Yes,

I used some free maps from this site. Before Christmas everything stopped working. Nothing is currently displayed :(
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

MeteoBlue looks okay. https://www.meteoblue.com

I have two of their widgets installed and look okay.
Cheers,
Ray, Cheshire.

Image
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

The MeteoBlue widgets appear when i use my Windows laptop but not on my iPad. I've cleared the Safari website data but no joy. Just seeing placeholders.

Some permissions required?
Cheers,
Ray, Cheshire.

Image
freddie
Posts: 2480
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by freddie »

Perhaps you need to explicitly allow iframes in the browser on the ipad?
Freddie
Image
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

freddie wrote: Wed 27 Dec 2023 4:20 pm Perhaps you need to explicitly allow iframes in the browser on the ipad?
How is that achieved? I'll google it and see if anything helps.
Cheers,
Ray, Cheshire.

Image
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

Google search revealed nothing that has helped. I wrote to MeteoBlue support and had a reply inside 2 hours.

They suggested a larger zoom (over 5) but that didn't help. They'll ask their tech people to determine why it's fine with Windows and my Android smartphone but not with an Apple iPad.
Cheers,
Ray, Cheshire.

Image
RayProudfoot
Posts: 3390
Joined: Wed 06 May 2009 6:29 pm
Weather Station: Davis VP2 with Daytime FARS
Operating System: Windows XP SP3
Location: Cheadle Hulme, Cheshire, England
Contact:

Re: Sat24 have changed their widgets - help required please.

Post by RayProudfoot »

With the help of the staff at MeteoBlue I’ve finally got the weather widget working across all platforms including iOS.

There was a <a command messing things up. Hard to spot unless you’re an expert which I’m definitely not.

If anyone wants to add a widget to their website I can highly recommend MeteoBlue. The widget is extremely flexible and powerful.

https://content.meteoblue.com/en/busine ... te-widgets
Cheers,
Ray, Cheshire.

Image
Post Reply