Author Topic: Ajax dashboard missing some things  (Read 667 times)

0 Members and 1 Guest are viewing this topic.

Offline w3mpf

  • Member
  • *
  • Posts: 41
    • W3MPF Weather
Ajax dashboard missing some things
« on: July 30, 2015, 01:02:55 PM »
It appears that I am missing some things in my ajax dashboard
-yesterdays high and lows
-the current weather image above the thermometer
-the 24 hr difference
-the trend arrows for temp,24 hour difference,barometer, and humidity

Any thoughts/suggestions? Thank you in advance.

w3mpf.net

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9257
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Ajax dashboard missing some things
« Reply #1 on: July 30, 2015, 01:38:11 PM »
You do have a couple of scripts to update check-fetch-times.php?show=versions will display that.

Regarding the missing values on the dashboard, that's normal for WeatherLink -- there are no trend values for temp, 24 hr difference, barometer and humidity from WeatherLink so none display.

The Yesterday high/low temperature relies on having the NOAA report available (it looks there for yesterday's data) -- the column with those values is omitted if the NOAA report is not on your site.

The current weather image for WeatherLink is based on the associated METAR in Settings-weather.php -- if none is specified (or the specified one is not 'current'), the icon is omitted along with the text description.

Hope this helps...

Best regards,
Ken
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline w3mpf

  • Member
  • *
  • Posts: 41
    • W3MPF Weather
Re: Ajax dashboard missing some things
« Reply #2 on: July 30, 2015, 03:17:30 PM »
Thank you