Please post your FeedX call(s), your templates, and a link to your site with the debug console turned on in the FeedX support thread and I we will see what we can figure out.
Jesse R.
Consider trying something new and extraordinary.
Illinois Wine
Have you considered donating to MODx lately?
Donate now. Every contribution helps.
I think the IMG tag was in the responce of Wunderground.com.
(It’s not generated in the snippet.)
I’m using weather.com, is there any way I can prevent the tag from appearing?
As tkfm noted, this has to do something with your call or the template. The code itself does not output any html formatting whatsoever. Please post your snippet call and and the code you are using with the placeholders.
Essentially, please post something like this:
[!weather? &zipcode=`90001` &units=`metric` &offSet=`2` &nightTime=`19`!]
<div>
<p>Temp: [+wxTemp+]</p>
<p>Wind: [+wxWindDir+] @ [+wxWindSpeed+]</p>
<p>Conditions: [+wxConditions+]</p>
<p>Pressure: [+wxPressure+]</p>
<p>Humidity: [+wxHumidity+]</p>
<img src="[+wxIcon+]"><br />
</div>
Jesse R.
Consider trying something new and extraordinary.
Illinois Wine
Have you considered donating to MODx lately?
Donate now. Every contribution helps.
Quote from: miamisurf at Apr 30, 2008, 07:06 PM
I’m using this chunk on my template
This is actually a default snippet call. If you want to use a chunk called WeatherX, you need to use {{WeatherX}}. That chunk should contain this modified call (assuming you named your snippet "weather"):
[!weather? &zipcode=`33126` &provider=`weather.com`!]
<div>
<p>Temp: [+wxTemp+]</p>
<p>Wind: [+wxWindDir+] @ [+wxWindSpeed+]</p>
<p>Conditions: [+wxConditions+]</p>
<p>Pressure: [+wxPressure+]</p>
<p>Humidity: [+wxHumidity+]</p>
<p>Sunrise: [+wxSunr+]</p>
<p>Sunset: [+wxSuns+]</p>
<img src="[+wxIcon+]" alt="miami weather"/><br />
</div>
That should do the trick. If not, please either post a link to your page here or PM me it so I can look at the source. If I can’t figure it out from there, you will have to PM me login details for your site to look around and see what is causing the problems.
Jesse R.
Consider trying something new and extraordinary.
Illinois Wine
Have you considered donating to MODx lately?
Donate now. Every contribution helps.