function get-havadurumu ($location) {
$Url = "https://wttr.in/$($Location)?format=%C\n%t\n%T\n"
$WeatherData = Invoke-RestMethod $Url
$WeatherData
}

function get-havadurumu ($location) {
$Url = "https://wttr.in/$($Location)?format=%C\n%t\n%T\n"
$WeatherData = Invoke-RestMethod $Url
$WeatherData
}