Dark_sky can't add new sensors

I have tried to add some more sensors from dark_sky but when i add them they don’t show up in the “state” section,
My dark_sky configuration is:

sensor:
-  platform: darksky
   api_key: My dark sky api
   update_interval: 300
   forecast:
      - 0
      - 1
      - 2
      - 3
      - 4
      - 5
   monitored_conditions:
      - icon
      - summary
      - nearest_storm_distance
      - nearest_storm_bearing
      - humidity
      - temperature
      - temperature_high
      - temperature_low
      - apparent_temperature
      - apparent_temperature_high
      - apparent_temperature_low
      - wind_speed
      - wind_bearing
      - precip_type
      - precip_probability
      - precip_accumulation
      - precip_intensity
      - precip_intensity_max
      - uv_index
      - daily_summary
      - pressure
      - visibility

I have tried changing my API_key and also tried removing dark sky, but the original sensors where still in the “states” section, and then add it again, and no matter what i do, nothing changes

Did you restart Home Assistant after adding the new monitored conditions?

Oh found out that i had an error somewhere else, that prevented me from restarting the whole time, sorry for inconvenience, i am a bit new to hassio