Check for existing bug reports before submitting.
Expected Behavior
The displayed temperature for the day should always fall within the day’s temperature range shown on hover.
For example, if the range is 21°C to 30°C, the displayed temperature should not be lower than 21°C or higher than 30°C.
Current behaviour
On 10/03/2026, the calendar shows a temperature of 33°C with a rain cloud icon next to it.
When hovering over the 33°C value, the tooltip shows the day’s temperature range as 21°C to 30°C.
So the displayed temperature for the day is outside the range that is also shown for that same day.
Reproduction
I noticed this first in my custom calander so I did this with a default to make it simpler.
- Create a new calendar using the default Gregorian calendar.
- Open the Seasons and Weather tab.
- Enable Weather.
- Set the seed to 1.
- Leave all other settings at their defaults.
- Go to the date 10/03/2026.
- Check the displayed daily temperature.
- Hover over the temperature value to view the range.
Result:
The displayed temperature is 33°C, but the hover range is 21°C to 30°C.
Which Operating Systems are you using?
Obsidian Version Check
1.12.4
Plugin Version
2.1.0
Confirmation
Possible solution
No response