refreshData = () => {
    this.props.getWeather(this.props.box, this.props.x, this.props.y);
  };