SilverAzide / Gadgets

Gadgets for Rainmeter
Other
366 stars 12 forks source link

Allow hybrid units to be shown in weather gadget #43

Closed Razzle69 closed 2 years ago

Razzle69 commented 2 years ago

Please enhance the weather gadget to allow showing hybrid units. Both celsius and fahrenheit.

SilverAzide commented 2 years ago

Unfortunately, I don't see how to do this in a practical way. The main problem is there's no room on the Weather Meter skin to fit both values. The only way would be if the main temperature value was made much smaller so both values could be crammed in somehow. The other temps are way too cramped already, so they would need to stay as is, in whatever units the data is in.

Don't get me wrong, it is a pretty simple tweak actually. All you need is one new meter (maybe two depending on how the temps are shown) and a little Lua function for the temperature conversion. I don't really see me adding this as a built-in feature, but if you want to make the change yourself, I can give you some instructions and some code to paste into the skin.

SilverAzide commented 2 years ago

Contact me if you want to add this yourself.