• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 23
[RELEASE] Weather.com Plus Plugin - skinnable via the new Weather Plugin API in XBMC!
#76
i've added support for thumbs to the static map list. i will include an include file when i commit to svn. i also have created thumbs for most maps. the ones missing were invalid links so you will now by looking if you use a thumb panel for map selection.

map panel with map pack:
Image

current conditions showing the notification.
Image
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#77
that looks very nice Nuka1195.
makes me want to do some more skinning myself with the weather.com plus plugin. :-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#78
please do. if you want the <content> include file. i will upload now. i didn't see in your home where you can select a map. i could just post the py script i use to create it. let me know which you prefer. it would be eassier to modify with the py script.

actually i think i will commit my changes to the script now, even though it's still being modified.

i'll put the thumb pack in svn also.

it's about 10MB zipped. i'm not shure if it should be included with skins or not. it doesn't have to be to work. i added support for a couple settings skinners can use.

here's a sample of the content file there are three includes for the three map lists. it will take me til this afternoon to get it in svn.
PHP Code:
<includes>
    <include 
name="MapsList1.Content">
        <
content>
            <
item>
                <
label>$INFO[Window.Property(MapList.1.MapLabel1)]</label>
                <
icon>$INFO[Skin.String(Weather.MapIconPath)]$INFO[Window.Property(MapList.1.MapIcon1)]</icon>
                <
onclick>SetProperty(Weather.CurrentMap,$INFO[Window.Property(MapList.1.MapLabel1)])</onclick>
                <
onclick>$INFO[Window.Property(MapList.1.MapOnclick1)]</onclick>
                <
visible>!IsEmpty(Window.Property(MapList.1.MapLabel1))</visible>
            </
item>
            <
item>
                <
label>$INFO[Window.Property(MapList.1.MapLabel2)]</label>
                <
icon>$INFO[Skin.String(Weather.MapIconPath)]$INFO[Window.Property(MapList.1.MapIcon2)]</icon>
                <
onclick>SetProperty(Weather.CurrentMap,$INFO[Window.Property(MapList.1.MapLabel2)])</onclick>
                <
onclick>$INFO[Window.Property(MapList.1.MapOnclick2)]</onclick>
                <
visible>!IsEmpty(Window.Property(MapList.1.MapLabel2))</visible>
            </
item
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#79
no rush, i'm currently busy adding the pvr stuff to the skin so it'll be another week before i get to the weather part.

i'll keep an eye on whatever you commit to svn.

as for the thumb pack, would it be possible to include it in the plugin instead of the skin?
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#80
10 MB is a little big, but i will add a download button in the plugin settings to grab it, then the user has easy access and it doesn't bloat the plugin.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#81
aaarghh, this plugin gets more and more amazing Nuka! Excellent work!
That should be badly supported by Confluance.
Reply
#82
Quote:[weather.com plus]

-changed: version -> 1.2
-changed: English language strings
-changed: speedups and eliminating the need to repeat tasks
-added: customized maps list (WIP) *see (resources/samples/sample-user-defined-maps.udm)
-added: MapList.(1-3).MapIcon.(1-3) for static content lists (allows for thumbnails and panel containers, optional Map Icon Pack available. install from settings)
-added: more properties see first post
-added: new settings for alert notification, custom maps file (WIP), install map icon pack
-added: addons manager to handle the install

i'll update the first post tomorrow with important updates/changes and links to helper files

some images to show what can be done

current w/ 7 day
Image

36 hour
Image

weekend
Image

settings
Image
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#83
Map w/opt skin settings
Image

map panel w/icon pack
Image

Alerts
Image

video US only
Image
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#84
updated 1st post: 12/21/2009
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#85
very nice work indeed thanks for the continued updates. The Confluence screenshots look fantastic.

Could you please post your files for modifying confluence theme as shown in your screenshots?

By the way the link on the first page for the PMIII files is dead.
Reply
#86
thanks,

link is fixed.

the confluence skin isn't finished. a couple views aren't done and i'm still tweaking it.

i'm taking a break from it for a little bit.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#87
I look forward to the completed version. thanks
Reply
#88
olympia and wstewart, i've packaged up my changes. i'm not releasing it publicly.

you two seemed the most interested. if you want to test it and let me know. there are navigation issues and 10 day and hourly views aren't done. i will email it to you.

just drop it in the confluence folder.

i won't be getting back to it until i finish some other things so. it could be a while.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#89
Quote:
[weather.com plus]

-changed: version -> 1.2.1
-fixed: no video found for two worded states
-changed: removed calls to unneeded properties
-changed: added an id to the map download setting. this will display the RunScript() command until you download the map pack

*see http://forum.xbmc.org/showthread.php?tid=52034

minor fix
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#90
Hey, i'm surprised there's not more action in this thread. That's looking brilliant Nuka - looking forward for the updates Nod
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 23

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Weather.com Plus Plugin - skinnable via the new Weather Plugin API in XBMC!2