They still don't seem to do anything when clicked. Though they do display appropriate information now.
It is currently October 15th, 2024, 12:53 am
Large Clean Weather
-
- Posts: 9
- Joined: November 17th, 2015, 2:12 pm
-
- Developer
- Posts: 22856
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Large Clean Weather
They are not meant to do anything when clicked.
-
- Posts: 2
- Joined: June 14th, 2020, 9:56 pm
Re: Large Clean Weather
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.
Is there a 'toggle/setting' I'm missing or could someone offer a hint how to add a solid background.
Thanks,
Rainingonme.
-
- Developer
- Posts: 22856
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Large Clean Weather
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.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.
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
-
- Posts: 2
- Joined: June 14th, 2020, 9:56 pm
Re: Large Clean Weather
Very nice.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
Thank you!
-
- Posts: 3
- Joined: June 17th, 2020, 5:00 am
Re: Large Clean Weather
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.
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.
-
- Developer
- Posts: 22856
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Large Clean Weather
Open the skin .ini file and find this measure: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.
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
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
-
- Posts: 2
- Joined: January 20th, 2020, 2:16 pm
Re: Large Clean Weather
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
-
- Developer
- Posts: 22856
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Large Clean Weather
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 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
-
- Posts: 2
- Joined: January 20th, 2020, 2:16 pm
Re: Large Clean Weather
success!!!!! thanks so much!!!