Dark Sky Sensor Intermittent Updates

I’m having an odd but fairly consistent issue with my Dark Sky sensors, they are only updating at certain intervals (see screenshots). My original configuration was showing too much data, you can see some of it is cleaned up in the second screenshot (edit: I can only post 1 photo for now).

I can post my configuration later tonight, but it seems to be working other than the missing data. I have it set to update every 30 minutes. I wonder if it is linked somehow as the missing data is in 1 hour chunks.

I’m running Hass.io on a RPi 3, which is on WiFi in a separate room from the router.

sensor:
# Weather prediction
  - platform: yr
# Dark Sky Weather
  - platform: darksky
    api_key: db....
    scan_interval:
        minutes: 30
    forecast:
      - 0
    hourly_forecast:
      - 0
      - 4
    monitored_conditions:
      - icon
      - temperature
      - temperature_high
      - temperature_low
      - humidity
      - uv_index

Thanks!

Added my configuration code. Anyone have any ideas? Is this common?
Thanks