3

I installed GNOME Calendar in Ubuntu Unity 22.10, and it shows the predicted temperature on each day in the calendar.

However, it is showing the temperature in Fahrenheit, and I want to view the temperature in Celsius. How do I achieve this?

1 Answers1

7

As suggested by @muru, it can be changed with gsettings. In Ubuntu 22.04,

gsettings set org.gnome.GWeather temperature-unit centigrade

For later Ubuntu versions,

gsettings set org.gnome.GWeather4 temperature-unit centigrade

Alternative solution

Ubuntu Unity does not have either GNOME Calendar or GNOME Weather installed by default. I manually installed GNOME Calendar. While it did show the temperature, there was no way to configure the units.

The solution is to install GNOME Weather, and change the units in its configuration. GNOME Calendar will then automatically pick it up.

sudo apt install gnome-weather

enter image description here