Dear Apple, please give the Weather app the option to show temperatures in both F and C, particularly on the menu bar in macOS. It would really help in chats that involve both US and non-US participants. Thank you so much!
@Meyerweb I also wish Apple provided this by default. I have been using xbar (or SwiftBar) so that I can run scripts and output results in the menu bar. This is the one I use for temperature:
echo "$(curl -s 'wttr.in/Minneapolis?m&format=%t')/$(curl -s 'wttr.in/Minneapolis?u&format=%t')" | tr -d '+'
