It is currently April 19th, 2024, 9:35 am

Large Clean Weather

Weather skins
Tiffany
Posts: 7
Joined: November 17th, 2015, 2:12 pm

Re: Large Clean Weather

Post by Tiffany »

jsmorley wrote: June 8th, 2020, 11:39 am Fixed. New .rmskin in the first post of this thread.
They still don't seem to do anything when clicked. Though they do display appropriate information now.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Large Clean Weather

Post by jsmorley »

Tiffany wrote: June 8th, 2020, 5:15 pm They still don't seem to do anything when clicked. Though they do display appropriate information now.
They are not meant to do anything when clicked.
rainingonme
Posts: 2
Joined: June 14th, 2020, 9:56 pm

Re: Large Clean Weather

Post by rainingonme »

Hello, I'm moving to this weather skin for the large font and clean format... I would, however, like to add a solid background?

Is there a 'toggle/setting' I'm missing or could someone offer a hint how to add a solid background.

Thanks,

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

Re: Large Clean Weather

Post by jsmorley »

rainingonme wrote: June 14th, 2020, 10:26 pm Hello, I'm moving to this weather skin for the large font and clean format... I would, however, like to add a solid background?

Is there a 'toggle/setting' I'm missing or could someone offer a hint how to add a solid background.

Thanks,

Rainingonme.
You can just add a background meter near the top of the skin (above all other meters, so it will appear behind them), and use an Image meter with a W and H and SolidColor to define it, or use a Shape meter if you want rounded corners or a border around it.

https://docs.rainmeter.net/manual/meters/image/
https://docs.rainmeter.net/manual/meters/shape/

However, you will then have to play with the X and Y "position" values for each of the other meters, to get them to position where you want them in the background.

https://docs.rainmeter.net/manual/meters/general-options/#XY
rainingonme
Posts: 2
Joined: June 14th, 2020, 9:56 pm

Re: Large Clean Weather

Post by rainingonme »

jsmorley wrote: June 14th, 2020, 10:34 pm You can just add a background meter near the top of the skin (above all other meters, so it will appear behind them), and use an Image meter with a W and H and SolidColor to define it, or use a Shape meter if you want rounded corners or a border around it.

https://docs.rainmeter.net/manual/meters/image/
https://docs.rainmeter.net/manual/meters/shape/

However, you will then have to play with the X and Y "position" values for each of the other meters, to get them to position where you want them in the background.

https://docs.rainmeter.net/manual/meters/general-options/#XY
Very nice.

Thank you!
The Spirit
Posts: 3
Joined: June 17th, 2020, 5:00 am

Re: Large Clean Weather

Post by The Spirit »

Hi.
I like your skin very much.
But instead of tomorrow i would like to have the name of the weekday.
How can i achieve this?
Thanks a lot.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Large Clean Weather

Post by jsmorley »

The Spirit wrote: June 17th, 2020, 1:24 pm Hi.
I like your skin very much.
But instead of tomorrow i would like to have the name of the weekday.
How can i achieve this?
Thanks a lot.
Open the skin .ini file and find this measure:

Code: Select all

[MeterDay2]
MeasureName=@ForecastDay2DayPart
Meter=STRING
X=300
Y=22R
FontColor=#FontInactive#
FontSize=14
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
StringEffect=Shadow
Change it to:

Code: Select all

[MeterDay2]
MeasureName=@ForecastDay2DayLong
Meter=STRING
X=300
Y=22R
FontColor=#FontInactive#
FontSize=14
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
StringEffect=Shadow
Save and refresh the skin.
Lan04
Posts: 2
Joined: January 20th, 2020, 2:16 pm

Re: Large Clean Weather

Post by Lan04 »

i love this weather skin but i cant get it to work anymore ..downloaded fixed version at the beginning of this post ....i have deleted all browsers history, i have deleted the skin and reinstalled ...it loads up fine and displays the weather but when i try to right click to change location it already says "Ft Hood" and the time and does not allow me to change locations. What am i doing wrong?? I also cannot find anywhere to manually change location to work around the problem.....thanks for the help
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Large Clean Weather

Post by jsmorley »

Lan04 wrote: June 23rd, 2020, 8:28 pm i love this weather skin but i cant get it to work anymore ..downloaded fixed version at the beginning of this post ....i have deleted all browsers history, i have deleted the skin and reinstalled ...it loads up fine and displays the weather but when i try to right click to change location it already says "Ft Hood" and the time and does not allow me to change locations. What am i doing wrong?? I also cannot find anywhere to manually change location to work around the problem.....thanks for the help
Just select "Edit Weather Variables" from the right-click context menu, and in the WeatherComJSONVariables.inc file that will open in your editor, change the value of the variable LocationCode to the code for your location. If you are not sure what that is, there are instructions in the file.
Lan04
Posts: 2
Joined: January 20th, 2020, 2:16 pm

Re: Large Clean Weather

Post by Lan04 »

success!!!!! thanks so much!!!