Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Fixed, I think. The ttf is there now, though I didn't see/notice what wasn't working.
22
So, I'm seeing some partial icons (from DualImage), but the bulk are still missing.

Download https://saratoga-weather.org/saratoga-icons2.zip and unzip (preserving the directory structure) into your /weather directory, then upload to your site.  It should then work correctly.

When you've finished, there should be the following directories on your site:

weather/forecast
weather/forecast/images
weather/forecast/icon-templates

DualImage is not quite working correctly.. it seems that weather/forecast/icon-templates/fradmcn.ttf is missing on your site.

You need to upload that file .. the fradmcn.ttf file is used to 'print' the PoP on the DualImage graphics.
23
Wx7 was part of my Spaceweather page - https://vermilionweather.com/wx7.php
Wx5 ran my Current and Recent stats page  - https://vermilionweather.com/wx5.php
I ftp th to the server as .html then run a cron job to convert to .php file.
24
nevermind, that's an error related to 1password. Thanks!!!
25
Yup, just did that. That seems to have fixed most of it.

Was missing bkn.jpg in ajax-images, so got that fixed.

Do we know what
Retrieving "b5x-stateful-inline-icon" flag errored: timed out - falling back

In console for browser would be referring to?
26
So, I'm seeing some partial icons (from DualImage), but the bulk are still missing.

Download https://saratoga-weather.org/saratoga-icons2.zip and unzip (preserving the directory structure) into your /weather directory, then upload to your site.  It should then work correctly.

When you've finished, there should be the following directories on your site:

weather/forecast
weather/forecast/images
weather/forecast/icon-templates

DualImage is not quite working correctly.. it seems that weather/forecast/icon-templates/fradmcn.ttf is missing on your site.

27
You don't have the Meteotriviglo icons installed in /weather/forecast/images directory.  I'd suggest you use the standard .jpg icons instead (plus, the DualImage icons will show if the NWS does a split 12hr forecast -- it won't show if the Meteotriviglio icons are used).

Change Settings.php from
Quote
$SITE['fcsticonstype']= '.gif'; // default type='.jpg' -- use '.gif' for animated icons from http://www.meteotreviglio.com/
to
Quote
$SITE['fcsticonstype']= '.jpg'; // default type='.jpg' -- use '.gif' for animated icons from http://www.meteotreviglio.com/
to re-enable the NWS standard icons.
28
Did update and it interestingly didn't fix issue with missing icons. Somehow my images folder in forecast is gone. =(

So rebuilding it, I'm not seeing the animated icons hosted at http://www.meteotreviglio.com/ anymore. =(
29
The ability to (safely) see the Settings is built-in to the check-fetch-times.php diagnostic script using ?show=settings
30
Done!

I'm curious, though. How are you able to see my Settings.php file?

Going to go grab updates now.
Pages: 1 2 [3] 4 5 ... 10