mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-19 03:17:04 +02:00
Update list-weather.ps1
This commit is contained in:
parent
99e3a3538f
commit
663b529bd7
@ -93,7 +93,7 @@ try {
|
|||||||
$Desc = GetDescription $Hourly.weatherDesc.value
|
$Desc = GetDescription $Hourly.weatherDesc.value
|
||||||
if ($Hour -eq 0) {
|
if ($Hour -eq 0) {
|
||||||
if ($Day -eq 0) {
|
if ($Day -eq 0) {
|
||||||
Write-Host -foregroundColor green "TODAY 🌡°C ☂️mm 💧 💨km/h ☀️UV ☁️ 👁km at $Area ($Region, $Country)"
|
Write-Host -foregroundColor green "TODAY 🌡°C ☂️mm 💧 💨km/h ☀️UV ☁️ 👁km at $Area ($Region, $Country)"
|
||||||
} elseif ($Day -eq 1) {
|
} elseif ($Day -eq 1) {
|
||||||
Write-Host -foregroundColor green "TOMORROW"
|
Write-Host -foregroundColor green "TOMORROW"
|
||||||
} else {
|
} else {
|
||||||
@ -101,7 +101,7 @@ try {
|
|||||||
}
|
}
|
||||||
$Day++
|
$Day++
|
||||||
}
|
}
|
||||||
"$(($Hour.toString()).PadLeft(2))°° $Temp° $Precip $Humidity% $($WindDir)$WindSpeed $UV $Clouds% $Visib $Desc"
|
"$(($Hour.toString()).PadLeft(2))°° $Temp° $Precip $Humidity% $($WindDir)$WindSpeed $UV $Clouds% $Visib $Desc"
|
||||||
}
|
}
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user