raiguard / ModernGadgets

Sleek, minimalist, information-dense gadgets for the modern desktop. Inspired by the AddGadgets.com system monitoring gadgets. Built on the Rainmeter platform.
MIT License
301 stars 32 forks source link

External IP Error Handling - window clipping #185

Closed sdholden closed 4 years ago

sdholden commented 4 years ago

Hi, I have a similar issue. See attached screenshot... image

I am behind a corporate firewall and guess that where you are going to get the external IP is being blocked....

raiguard commented 4 years ago

Ah, that makes a lot of sense actually! I'll add something to make sure that the IP doesn't clip outside the gadget, and I'll add an option to hide the external IP for those who can't use it.

sdholden commented 4 years ago

Sound good, thanks. Just switched from Gadgets to MondernGadgets as your disk meter works better (less cpu overhead) and it will also show network drives.  Nice work!

Regards, Stephen

P.S. noticed the cpu meter has problem reporting clock speed on one i5 laptop with the weird Intel Turbo clock speed.  Known issue with windows, so not specific to your implematation.  Can't install hwinfo to 'fix' it as no admin rights an that particular system.  Are you aware of any tweaks in Rainmeter to get correct clock speed for this Intel issue?

On Jan. 6, 2020, 11:20 a.m., at 11:20 a.m., raiguard notifications@github.com wrote:

Ah, that makes a lot of sense actually! I'll add something to make sure that the IP doesn't clip outside the gadget, and I'll add an option to hide the external IP for those who can't use it.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/raiguard/ModernGadgets/issues/185#issuecomment-571203755

SilverAzide commented 4 years ago

I am behind a corporate firewall and guess that where you are going to get the external IP is being blocked....

You can correct this by changing the URL of the provider (you need to edit the skin). By default, ModernGadgets uses https://api.ipify.org/ which usually works, but if your corporate firewall blocks this, you can change to another. One that is almost guaranteed to work is https://checkip.amazonaws.com.

raiguard commented 4 years ago

image Fixed for v1.6.3.

raiguard commented 4 years ago

v1.6.3 has been released!