temperature: {
      current: current.temp.toFixed(0),
      min: day.tempmin.toFixed(0), 
      max: day.tempmax.toFixed(0),
    },