It is currently April 18th, 2024, 10:28 pm

SketchyWeather

Weather skins
Pyre
Posts: 3
Joined: June 7th, 2020, 12:45 am

Re: SketchyWeather

Post by Pyre »

Doesn't seem to work unfortunately. I tried a handful of others including en-GB but it always returns Fahrenheit. If I'm the only one with this issue I'll muddle about and see if I can get it to return Celsius somehow.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: SketchyWeather

Post by jsmorley »

Well, I'm not sure what could be going on for you..


1.jpg


Hmm... I do see an unrelated problem though. That skin isn't handling the fact that the data for "today" disappears and should be replaced by the data for "tonight" after a point in the afternoon. I'll fix that in the morning.
You do not have the required permissions to view the files attached to this post.
Pyre
Posts: 3
Joined: June 7th, 2020, 12:45 am

Re: SketchyWeather

Post by Pyre »

Do you know if there's any way to force Celsius outside of changing the language? Good fix for the later-in-day weather info, working for me :thumbup:
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: SketchyWeather

Post by jsmorley »

Pyre wrote: June 8th, 2020, 5:23 pm Do you know if there's any way to force Celsius outside of changing the language? Good fix for the later-in-day weather info, working for me :thumbup:
No, you have to change the language to en-CA to get English with Celsius.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: SketchyWeather

Post by jsmorley »

Ok, I think I have fully addressed the new issues with the weather.com site.

Please get the .rmskin in the first post of this thread.

ONE IMPORTANT NOTE!

The new approach of using the API for the weather.com JSON requires a change to how you access a particular location.

All of the location "codes", like USVA0944 or bbd510e73cb5870f973cea9253bb1f9bfe239a129dfc2b89589cbb6d2d46b4bc or 22308 and such are NO LONGER SUPPORTED.

The new approach requires that you provide a Latitude and Longitude in the WeatherComJSONVariables.inc file. See that file for details on how you can get that for your location.

Please read WeatherCOMJSONVariables.inc carefully, it HAS changed.
Carlosmartin38205
Posts: 1
Joined: August 2nd, 2020, 11:39 am

Re: SketchyWeather

Post by Carlosmartin38205 »

It works perfectly well. Thanks
User avatar
VGer517
Posts: 6
Joined: July 9th, 2019, 4:45 pm
Location: This side of clear space.

Re: SketchyWeather

Post by VGer517 »

This is another cool little dood! I was wondering how to change the color of the text.
I can not see the white that well.
Image

Keep Shelled
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: SketchyWeather

Post by jsmorley »

VGer517 wrote: August 22nd, 2020, 3:50 am This is another cool little dood! I was wondering how to change the color of the text.
I can not see the white that well.
If you start with SketchyWeatherGlow.ini and edit it, you can:

Change all FontColor=249,250,251,200 to FontColor=38,171,255,200
On each of the meters displaying an icon, add the line ImageTint=38,171,255

Save and refresh the skin. Now it's all "blue" instead of "white". Use any RGB color that pleases you.


1.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
VGer517
Posts: 6
Joined: July 9th, 2019, 4:45 pm
Location: This side of clear space.

Re: SketchyWeather

Post by VGer517 »

jsmorley wrote: August 22nd, 2020, 4:04 am If you start with SketchyWeatherGlow.ini and edit it, you can:

Change all FontColor=249,250,251,200 to FontColor=38,171,255,200
On each of the meters displaying an icon, add the line ImageTint=38,171,255

Save and refresh the skin. Now it's all "blue" instead of "white". Use any RGB color that pleases you.



1.jpg
Thank you so much!
Image

Keep Shelled
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: SketchyWeather

Post by jsmorley »

VGer517 wrote: August 22nd, 2020, 4:14 am Thank you so much!
Glad to help.