day.setDate(day.getDate()+2);// set the date to the day after tomorrow, because getHourlyStatsForSet steps *backwards* 24 hours to sum up the values, and we also want today's values
day.setDate(day.getDate()+1);// set the date to tomorrow, because getHourlyStatsForSet steps *backwards* 24 hours to sum up the values