no maps on wxradar.php

I’m getting other data but no map. Downloaded the latest zip and followed the readme.

https://www.plewfarm.com/weather/wxquake.php

Any help would be appreciated.

As you are running your site as a https site, you have to change the http links in the scripts also to https links
From http://maps.google.com/maps/api/js?sensor=false&language=en
To https://maps.google.com/maps/api/js?sensor=false&language=en

Wim

P.S. this is the error message in the “right-click” => “inspect” => “console tab”

[color=red]Mixed Content: The page at 'https://www.plewfarm.com/weather/wxquake.php' was loaded over HTTPS, but requested an insecure script 'http://maps.google.com/maps/api/js?sensor=false&language=en'. This request has been blocked; the content must be served over HTTPS.[/color]

Got rid of the https error now it says no API key.

Did I miss something?

In the source of your page it shows

That version of the script doesn’t use google maps so maybe you have some mixed new/old versions of the scripts?

Version mixing- #-o

All set now.

Thanks