((iwr wttr.in/Brussels).AllElements | ? tagname -eq pre).outerText
function Get-Weather($Location){((iwr wttr.in/$Location).AllElements | ? tagname -eq pre).outerText}
Although you'll need to interpret or strip the color codes.
Doesn’t work for me, but works for others it seems.