It depends a bit on which weather skin you are currently using. Can you provide a link to where you got it?
It is currently September 14th, 2024, 5:47 pm
Weather Skins Not Working
-
- Developer
- Posts: 22743
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Weather Skins Not Working
-
- Rainmeter Sage
- Posts: 5510
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Weather Skins Not Working
These post are really geared toward skin authors and, as you are saying, can be difficult to follow if you are not creating/editing a particular weather skin.
The question I have to ask you is:
"What weather skin(s) are you using?"
I would suggest you watch this forum post since it has links to skins that are working with these updated files.
If the skin you need is not on that list, ask here for help on the skin by providing a download link to it.
Or at the site where you downloaded your weather skin, ask if it is going to be updated.
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Posts: 11
- Joined: May 21st, 2018, 7:05 pm
Re: Weather Skins Not Working
Thank you so much! I was able to locate the new Rainformer Skin here:
https://www.deviantart.com/pul53dr1v3r/art/Rainformer-2-9-1-AIDA64-Edition-Rainmeter-444287665
and the newest beta version of Rainmeter here:
https://www.rainmeter.net/
Then, I had to find my location code here:
https://weather.codes/united-states-of-america/california/
All that remained was selecting Fahrenheit and the four-day display. It's running perfectly now!
Thank you again!
https://www.deviantart.com/pul53dr1v3r/art/Rainformer-2-9-1-AIDA64-Edition-Rainmeter-444287665
and the newest beta version of Rainmeter here:
https://www.rainmeter.net/
Then, I had to find my location code here:
https://weather.codes/united-states-of-america/california/
All that remained was selecting Fahrenheit and the four-day display. It's running perfectly now!
Thank you again!
-
- Posts: 442
- Joined: July 30th, 2014, 10:30 am
Re: Weather Skins Not Working
There's no need to search for location code on the site. Just click on the WEATHER skin title and there enter your location. Don't forget to press ENTER at the end. i couldn't make it simpler.klgrube wrote: ↑August 3rd, 2020, 5:05 am Thank you so much! I was able to locate the new Rainformer Skin here:
https://www.deviantart.com/pul53dr1v3r/art/Rainformer-2-9-1-AIDA64-Edition-Rainmeter-444287665
and the newest beta version of Rainmeter here:
https://www.rainmeter.net/
Then, I had to find my location code here:
https://weather.codes/united-states-of-america/california/
All that remained was selecting Fahrenheit and the four-day display. It's running perfectly now!
Thank you again!
Also, it works properly only in English until i update it again, but adding the DecodeCodePoints=1 option to the problematic child measures will fix it. - you have to install the latest beta ver. of Rainmeter for this.
Last edited by pul53dr1v3r on August 3rd, 2020, 3:42 pm, edited 1 time in total.
-
- Posts: 11
- Joined: May 21st, 2018, 7:05 pm
Re: Weather Skins Not Working
Thank you again so much! I did try just entering "Escondido" "Escondido, CA" and "Escondido, California" in the Weather Skin title, and it brought up a list of Escondido cities from other countries not including the U.S. I'm not sure why. But I was able to get the code through the code search finding U.S. first, then California, then Escondido. That worked well.
-
- Posts: 442
- Joined: July 30th, 2014, 10:30 am
Re: Weather Skins Not Working
klgrube wrote: ↑August 3rd, 2020, 3:35 pm Thank you again so much! I did try just entering "Escondido" "Escondido, CA" and "Escondido, California" in the Weather Skin title, and it brought up a list of Escondido cities from other countries not including the U.S. I'm not sure why. But I was able to get the code through the code search finding U.S. first, then California, then Escondido. That worked well.
-
- Posts: 11
- Joined: May 21st, 2018, 7:05 pm
Re: Weather Skins Not Working
I see. I didn't enter "USA" into the second prompt. That was it. I'll know that next time. Thanks again!
-
- Rainmeter Sage
- Posts: 8126
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Weather Skins Not Working
Yeah, remember that there are more countries than the US in the world, not to menion Californias or Escondidos... The more precise the location you enter is, the more accurate the response.
-
- Posts: 8
- Joined: June 11th, 2020, 5:17 pm
Re: Weather Skins Not Working - This is the only allowed thread about this
Because I'm using Imperial units my inelegant solution is to add the following substitution to my skin:
Code: Select all
[CurrentVisibilityDistance]
Measure=String
Group=Weather
String=[@CurrentVisibilityDistance]
Substitute="1.000":"1","2.000":"2","3.000":"3","4.000":"4","5.000":"5","6.000":"6","7.000":"7","8.000":"8","9.000":"9","10.000":"10"
DynamicVariables=1
Last edited by balala on August 7th, 2020, 7:45 am, edited 1 time in total.
Reason: Please use <code> tags whenever are posting code snippets. It's the </> button.
Reason: Please use <code> tags whenever are posting code snippets. It's the </> button.
-
- Posts: 442
- Joined: July 30th, 2014, 10:30 am
Re: Weather Skins Not Working
From v.2.9.2 location search input 's been changed. Now enter all the data such as city, county, country etc. in the only input text field.