It is currently March 29th, 2024, 8:53 am

Neon Space How To Change The Weather

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Neon Space How To Change The Weather

Post by balala »

rob wrote:There no code there, only zipcode:

Code: Select all

 Url=http://wxdata.weather.com/weather/local/#[b]Zipcode[/b]#?cc=*&unit=#....etc
I changed the zipcode to AEXX0004.
I'm not sure how did you change the Zipcode, but if you changed the Zipcode string with AEXX0004 (leaving the # around it), that's not good, because this way Rainmeter will think AEXX0004 is a variable and will try to locate its value, into the [Variables] section of the skin, or of the included file. But AEXX0004 itself is not a variable, but the value of the ZipCode variable, so, as eclectic-tech wrote, you have to replace the value of this variable. That's why the following URL option is wrong: Url=http://wxdata.weather.com/weather/local/[color=#FF0000]#[/color]AEXX0004[color=#FF0000]#[/color]?cc=*&unit=#....etc, it should be Url=http://wxdata.weather.com/weather/local/AEXX0004?cc=*&unit=#....etc.
Read eclectic-tech's above, very good reply, in which he'd described how to replace the value of the variable.
rob
Posts: 3
Joined: April 12th, 2017, 8:36 pm

Re: Neon Space How To Change The Weather

Post by rob »

It's okay, I got it now. Since I am using the new version of neon space, I don't really have to go into the script actually.
But thanks anyway, for all the replies.

Here's what I did..
You do not have the required permissions to view the files attached to this post.
mohankrishnarao91
Posts: 1
Joined: February 19th, 2019, 8:52 am

Re: Neon Space How To Change The Weather

Post by mohankrishnarao91 »

mine is INXX2489 but i am not able to change the location help me out with exact execution code
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Neon Space How To Change The Weather

Post by balala »

mohankrishnarao91 wrote: February 19th, 2019, 8:54 am mine is INXX2489 but i am not able to change the location help me out with exact execution code
Very simple: find the Neon Space\@Resources\Variables.inc file, open it and replace the Zipcode=USPA1276 variable with Zipcode=USPA1276 and finally refresh the skin.