if fm.fileExists(atPath: cachedWeatherForecastURL.path) {
            do {
                try fm.removeItem(atPath: cachedWeatherForecastURL.path)
            } catch {}
        }