It is currently April 25th, 2024, 2:20 pm

My weather skin doesn't work

Get help with creating, editing & fixing problems with skins
Crepperface9
Posts: 4
Joined: August 27th, 2020, 7:21 pm

My weather skin doesn't work

Post by Crepperface9 »

Hi, I have Weather skin but its not loaded.
Im from czech republic and Im using code: EZXX0009

My skin: http://rainmeterhub.com/skins/raleway-weather/

Code: Select all

 [Rainmeter]
10-Foot HUD (Black) - Created by Stephen R Gibson, based on MoxaWeather.
Edited by Lilbitgimpy

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
;Find your weather code at Weather.com (like UKXX0296 below) and replace the one in this URL.
;To have the temperature display in Farenheit, delete "&unit=m" from the URL.
@include=#SKINSPATH#raleway\Variables\globalvariables.inc

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


------------------------------------MEASURES-------------------------------------------

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=#URL#
RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1

[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5
Substitute="Fair":"FAIR","Cloudy":"CLOUDY","Showers in the Vicinity":"SHOWERS","Partly":"PARTLY","Mostly":"MOSTLY","Fog":"FOG","Clouds":"CLOUDS","Light":"LIGHT","Rain":"RAIN","Sunny":"SUNNY","Clear":"CLEAR"

-------------------------------------METERS--------------------------------------------

[MeterBG]
Meter=IMAGE
X=0
Y=0
W=120
H=160
SolidColor=0, 0, 0, 0

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=550
Y=0
FontColor=#Color1#
StringStyle=NORMAL
FontSize=48
StringAlign=RIGHT
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=550
Y=68
FontColor=#Color1#
FontSize=32
StringAlign=RIGHT
FontFace=#Font#
Antialias=1
Image
Last edited by Crepperface9 on August 28th, 2020, 7:52 pm, edited 1 time in total.
User avatar
brax64
Posts: 172
Joined: July 8th, 2018, 8:05 pm

Re: My weather skin doesn't work

Post by brax64 »

Crepperface9 wrote: August 28th, 2020, 6:41 pm Hi, I have Weather skin but its not loaded.
Im from czech republic and Im using code: EZXX0009
...
All weather skins based on xml.weather.com no longer work.
You have to find skins based on json parsing like this one
https://forum.rainmeter.net/viewtopic.php?f=118&t=34628&hilit=json+weather+skin&start=630#p171501
or search for updated ones at https://www.deviantart.com/
Look also here https://forum.rainmeter.net/viewforum.php?f=27 for working weather skins
Crepperface9
Posts: 4
Joined: August 27th, 2020, 7:21 pm

Re: My weather skin doesn't work

Post by Crepperface9 »

Thank you now its now wokrking! <3