It is currently May 7th, 2024, 3:23 pm

Weather Skin:Tenth Day Missing

Get help with creating, editing & fixing problems with skins
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Weather Skin:Tenth Day Missing

Post by jsmorley »

Looking really good!
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Weather Skin:Tenth Day Missing

Post by jsmorley »

I think I may have gone into too much detail in my post... Clearly you "get this" just fine. Nice work. Looks as good or better than the one I use
1-4-2012 10-05-49 AM.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
mercury52
Posts: 32
Joined: December 30th, 2011, 12:43 pm
Location: Maryland, USA

Re: Weather Skin:Tenth Day Missing

Post by mercury52 »

Oh no. Your detailed explanation was right on. I may "get it" but now I will "understand it".
User avatar
mercury52
Posts: 32
Joined: December 30th, 2011, 12:43 pm
Location: Maryland, USA

Re: Weather Skin:Tenth Day Missing

Post by mercury52 »

jsmorley, if you're still around I have another weather skin question.

Can I retrieve and display weather alerts and if so, can you give me the code? Actually all I need is to know there is an alert and I can click the alert message to go to weather.com to view it.

mercury52
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Weather Skin:Tenth Day Missing

Post by jsmorley »

mercury52 wrote:jsmorley, if you're still around I have another weather skin question.

Can I retrieve and display weather alerts and if so, can you give me the code? Actually all I need is to know there is an alert and I can click the alert message to go to weather.com to view it.

mercury52
If there is a weather alert, there will be a section like this in the feed:

Code: Select all

<swa>
    <a id="656518" uc="1">
      <t>Winter Weather Advisory until Sat Jan 21 2012 01:00 PM EST</t>
      <l>http://www.weather.com/weather/alerts/localalerts/22033?phenomena=WW&significance=Y&areaid=VAZ053&office=KLWX&etn=0006</l>
    </a>
  </swa>
You just need to either add parsing for this to your RegExp on your main WebParser measure (I suspect you will need a "look ahead assertion" as if there is no alert the section isn't there at all) or create a second WebParser measure that just goes after this information then displays it any way you want. The link is included and can be parsed to use with a LeftMouseUpAction.
User avatar
mercury52
Posts: 32
Joined: December 30th, 2011, 12:43 pm
Location: Maryland, USA

Re: Weather Skin:Tenth Day Missing

Post by mercury52 »

Thanks a heap. I think I can take it from here.
User avatar
mercury52
Posts: 32
Joined: December 30th, 2011, 12:43 pm
Location: Maryland, USA

Re: Weather Skin:Tenth Day Missing

Post by mercury52 »

Help again.

Any idea why my weather skin again stopped working?

Here is what I've found out so far.
1. My skin is getting errors, see ERRORS attachment.
2. The simple skin example you originally gave me doesn't work anymore either.
3. When I use the RainRegExp application you gave me everything shows up ok, see TOOL attachment.

I don't know where to go from here?
You do not have the required permissions to view the files attached to this post.
User avatar
Arne Anka
Posts: 100
Joined: April 18th, 2009, 11:31 am
Location: Sweden

Re: Weather Skin:Tenth Day Missing

Post by Arne Anka »

mercury52 wrote:I don't know where to go from here?
Look in your code? The Error says Rainmeter is looking in "C:\Program Files\Rainmeter\Plugins\Plugins/WebParser.dll" for the Webparser.dll - should be looking in "C:\Program Files\Rainmeter\Plugins\WebParser.dll"
Livet är bara en period man ska överleva.
Som filosoferna säger: man föds, man lever och man dör ensam...
User avatar
mercury52
Posts: 32
Joined: December 30th, 2011, 12:43 pm
Location: Maryland, USA

Re: Weather Skin:Tenth Day Missing

Post by mercury52 »

Never saw that but when I fixed it, it still doesn't work see atch ERROR2.
You do not have the required permissions to view the files attached to this post.
User avatar
Brian
Developer
Posts: 2689
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Weather Skin:Tenth Day Missing

Post by Brian »

Looks like there is a connection problem to the website. Can you open 'weather.com' in your browser?
If that works, then the problem might be with WebParser.dll. Sometimes it hangs up and needs to be restarted. Shut down Rainmeter, then restart it.

Hopefully that fixes it.
-Brian