REAL=$(weather-Cli get Riihimaki Finland | grep "Real*" | cut -c 13-)
TEMP=$(weather-Cli get Riihimaki Finland | grep "Temp*" | cut -c 15-)

echo "J: "$TEMP "|" "f: "$REAL