Page 1 of 2

Neon Space How To Change The Weather

Posted: January 14th, 2017, 6:46 pm
by BigDaddy
Hi Sorry i'm not very smart when it comes to coding i just downloaded Rainmeter and got the Neon Space Skin and i'm trying to change the The Weather to show it where i live i'm using the weather2 loader if anyone can help that will be great THX.


My Location is Sewickley PA the Weather code is =USPA1470

Re: Neon Space How To Change The Weather

Posted: January 14th, 2017, 8:08 pm
by sephirotess
Hi,

I have a skin named "Neon Space", but I do not know if it's the same version. Let us admit. So in the version I own, you have to go into the weather skin and look for the [Variables] section. Below it is written "Zipcode". It is after the "=" that you must enter your code.

If it is the same version, the url must be changed. That of the skin is inscribed like this:

Code: Select all

URL=http://xml.weather.com/weather/local/#Zipcode#?cc=*&unit=m&dayf=6
It should be replaced by the following:

Code: Select all

URL=http://wxdata.weather.com/wxdata/weather/local/#Zipcode#?cc=*&unit=m&dayf=6

I hope this will help :welcome:.

Re: Neon Space How To Change The Weather

Posted: January 16th, 2017, 5:44 pm
by BigDaddy
THX works now.

Re: Neon Space How To Change The Weather

Posted: January 16th, 2017, 8:26 pm
by sephirotess
Perfect, so it was the right version 8-).

Re: Neon Space How To Change The Weather

Posted: April 11th, 2017, 4:58 pm
by Snakenoir119
I have the same problem but when I enter My "USCA0997" it just goes blank. I look for the indicated city code and it not listed
"ukxx????" using the find command.

Snakenoir119

Re: Neon Space How To Change The Weather

Posted: April 11th, 2017, 7:24 pm
by sephirotess
Snakenoir119 wrote:I have the same problem but when I enter My "USCA0997" it just goes blank. I look for the indicated city code and it not listed
"ukxx????" using the find command.Snakenoir119
Hi,

You can try to find another code here. But I just try your code and it works for me. Try to change the URl as I indicated.

Re: Neon Space How To Change The Weather

Posted: April 16th, 2017, 9:08 pm
by rob
Hi, it doesn't work with me. Tried to change zipcode, now it's blank. Mine is AEXX0004

Re: Neon Space How To Change The Weather

Posted: April 16th, 2017, 9:20 pm
by balala
rob wrote:Hi, it doesn't work with me. Tried to change zipcode, now it's blank. Mine is AEXX0004
Works perfectly for me: Dubai, United Arab Emirates, right now there are 28 degrees.
Have you refreshed your skin? If you haven't, refresh it. If doesn't work, please post the used code.

Re: Neon Space How To Change The Weather

Posted: April 17th, 2017, 12:31 pm
by rob
balala wrote: Works perfectly for me: Dubai, United Arab Emirates, right now there are 28 degrees.
Have you refreshed your skin? If you haven't, refresh it. If doesn't work, please post the used code.
Hi balala, thanks for reply. Yes I did refresh many times, also quit and restart a few times. Still nothing happened.
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.

fyi, I am using neon space 2.3

Re: Neon Space How To Change The Weather

Posted: April 17th, 2017, 12:52 pm
by eclectic-tech
rob wrote:Hi balala, thanks for reply. Yes I did refresh many times, also quit and restart a few times. Still nothing happened.
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.

fyi, I am using neon space 2.3
Do not change 'ZIPCODE' in the skin code!!

Depending on which of the 6 weather skins you are using, there can be as many as 3 different webparser sections that read the data, each using the variable ZIPCODE value.

You need to change '@Resources\variables.inc' by modifying the ZIPCODE variable value in that file. Save and refresh.

Your code in the skins should be:

Code: Select all

Url=http://wxdata.weather.com/weather/local/#Zipcode#?cc=*&unit=#... etc.
The number at the end will be different depending on what day the author is trying to read...

All 6 skin work fine with ZIPCODE variable set to equal AEXX0004 in '@Resources\variables.inc' file.