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