How about producing some informative plots with your instant readings, such as
You could run code such as plot_temperature_and_humidity.py on your Raspberry Pi. If you're connecting via ssh, however, make sure to connect with X-forwarding enabled, like so:
ssh -Y [email protected]
This might not work on Windows. The Raspberry Pi Foundation docs on ssh note that X11 is no longer present on Macs with OSX. So, to ensure that it works on Mac OS, you have to download and install xquartz.