Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Add UV data to Weather Meter #101

Closed
turbodude opened this issue May 16, 2024 · 3 comments
Closed

[feature request] Add UV data to Weather Meter #101

turbodude opened this issue May 16, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@turbodude
Copy link

Something like this
image

It's from ModernGadgets, which stopped working recently.

Also the temperature unit instructions from "HOW TO Change the default language or temperature units of the Weather Meter" don't seem to be working. Appending &temp=c to URLSite just breaks the gadget... I got to metric values by setting Units=m in that file

@SilverAzide SilverAzide added documentation Improvements or additions to documentation enhancement New feature or request labels May 16, 2024
@SilverAzide
Copy link
Owner

SilverAzide commented May 16, 2024

Thanks for the feedback! I've considered this also, but never implemented it since the original addgadgets.com gadget didn't support this either. I'll look into adding this as an option, and most likely adopt the same style as ModernGadgets.

Thanks for the info about temp setting in the docs. I guess weather.com changed their API so it no longer supports this option (it was undocumented). I'll revise this instruction.

@SilverAzide
Copy link
Owner

SilverAzide commented May 17, 2024

One additional comment... I would strongly suggest not changing any variables in the WeatherComJSONVariables.inc file, including the units. If/when you ever upgrade your Gadgets, this file is going to be replaced, and you will lose your settings. The proper place to make manual changes is the WeatherVariables.inc file, as mentioned in the wiki.

You should not need to manually edit this file just to force the temps, you can just right click the skin and select Custom skin actions > English (CA) to force metric units. If your locale is not one supported by weather.com, or you are creating a hybrid configuration with intentionally mismatched locale and units, that would be the only time you'd need to manually alter the file (as described in the wiki).

@SilverAzide
Copy link
Owner

Completed. This feature will be in the next release of the Gadgets.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants