Hello,
I have the same problem :
No rss feed for weather is displayed :
My template :
<?xml version="1.0"?>
<template>
<name>blue_2</name>
<width>1280</width>
<height>1024</height>
<author>Brian Zaik</author>
<field>
<name>Time and Date</name>
<type>Text</type>
<style>color:#ccc !important; font-family:Frobisher, Arial, sans-serif; font-weight:bold !important; letter-spacing:.12em !important;</style>
<left>0.024</left>
<top>0.885</top>
<width>0.2</width>
<height>0.089</height>
</field>
<field>
<name>Graphics</name>
<type>Graphics</type>
<style>border:solid 2px #ccc;</style>
<left>0.025</left>
<top>0.026</top>
<width>0.567</width>
<height>0.77</height>
</field>
<field>
<name>Meteo</name>
<type>html</type>
<style>color:#FFF !important; font-family:Frobisher, Arial, sans-serif;</style>
<left>0.68</left>
<top>0.015</top>
<width>0.3</width>
<height>0.4</height>
</field>
<field>
<name>News</name>
<type>html</type>
<style>color:#FFF !important; font-family:Frobisher, Arial, sans-serif;</style>
<left>0.68</left>
<top>0.49</top>
<width>0.3</width>
<height>0.4</height>
</field>
<field>
<name>Ticker</name>
<type>Ticker</type>
<style>color:#FFF !important; font-family:Frobisher, Arial, sans-serif; font-weight:bold !important; </style>
<left>0.24</left>
<top>0.885</top>
<width>0.70</width>
<height>0.1</height>
</field>
</template>
My DB parameters :
Table feed
id=4; name=Weather_Tours; group_id=0; type=1; dynamic_id=1; description=Le Temps sur Tours
Table dynamic
rules=a:4:{s:17:"items_per_content";i:1;s:9:"max_items";i:0;s:6:"header";a:1:{s:8:"template";s:21:"<h1>La Meteo</h1>";}s:6:"repeat";a:3:{s:5:"xpath";s:12:"channel/item";s:8:"template";s:24:"<i>%%1%%</i><p>%%2%%</p>";s:9:"bailiwick";a:2:{i:0;a:3:{s:2:"id";i:1;s:4:"type";s:3:"xml";s:5:"value";s:5:"title";}i:1;a:4:{s:2:"id";i:2;s:4:"type";s:3:"xml";s:5:"value";s:11:"description";s:9:"transform";a:1:{i:0;a:2:{s:4:"type";s:9:"striptags";s:5:"value";s:16:"<img>, <b>, <br>";}}}}}}
update_interval=600
==> Something wrong ?