If you have time - is there a way to fix the AK_Sensors_Display program so that it remembers where it was last positioned please? At the moment, it always opens in the top left, over the top of my disk icons.
AK_Sensors_Display was originally intended as a demo of how to read and display the values that AK_Sensors writes to ENV: hence it's fairly simple. I don't think there's a way for Intuition to remember the program window location in the way MUI 'snapshot' does, but it's probably possible for it to draw the window at a user defined X/Y location specified in icon tooltypes (which you can't do at the moment). I'll have a look in the weekend if I have some spare time.
Have not tried it myself but NewMeter has the ability to display variables from ENV: (and much more) so you could try that as a replacement for AK_Sensors_Display.
https://aminet.net/package/util/wb/newmeterLook at the ENVGAUGE tooltype options. I don't know if it'll update the program window when the variables in ENV are dynamically updated or not, you'll need to try it and see.