Home Artists Posts Import Register

Downloads

Content

Fullscreen animated weather for XenHTML. The widget is installed to /var/mobile/Library/Widgets/Universal/ make sure to put it in Widgets/Universal and not iWidgets.

Apply in XenHTML. The widget pulls the current condition from XenHTML API which uses the weather services on iOS. You can enable specific animations from the widget settings such as rain, snow, thunderstorm, or clouds.

Pro users:
This widget cycles between different animations. For example there is 4 rain animations. These will cycle over a period of time. If you want to make your own animations (for this example rain) you create an html file and put it in the weather folder. To add this animation to the cycle list open fsAnimations.js and add it to the rain array which looks like this.
rain: ['rain.html', 'rainwclouds.html', 'rainangleright.html', 'rainangleleft.html'],

Enjoy.

Files

Comments

Dipo

I can’t find Widgets/Universal in my Filza or do need to creat the folder ?