天气 RSS 源
我的任务是构建一个数字显示器,其中包括室外温度(例如 27C)、今天天气晴朗、太阳图像 17C 到 25C 以及明天的天气。
我是这个 RSS 领域的新手,所以任何帮助将不胜感激!今天下午我一直在搜索,有一些可用的天气小部件,但我无法找到改变许多可用小部件结构的方法。
有没有什么好的可用链接、代码或教程可供我查看?或者任何建议或方向都会有帮助。
有什么方法可以改变天气 RSS 提要,例如来自雅虎的 RSS 提要?如何让天气信息显示在我的网站上?抱歉有点迷失,感谢您的宝贵时间。
亲切的问候 :)
I've got a task to build a digital display which includes Outside temperature eg 27C, Today's weather Sunny with a sun image 17C to 25C and tomorrow's weather.
I'm new to this RSS field, so any help would be appreciated! I've been searching this afternoon, there are some weather widgets available but I couldn't figure out a way to alter the structure of many available ones.
Is there any good available links, code or tutorials that I can check out? Or any suggestion or direction would be helpful.
Is there any way I can alter weather RSS feed eg from yahoo? How do I let the weather info display onto my site? Sorry being a bit lost and thank you for your time.
Kind regards
S:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用像 magpie 这样的 rss 解析器并读取 rss feed,例如:
www.rssweather.com/
http://www.weather.com/weather/rss/subscription
http://rss.weatherbug.com/
Magpie 在这里:
http:// magpierss.sourceforge.net/
You can use an rss parser like magpie and read off an rss feed such as:
www.rssweather.com/
http://www.weather.com/weather/rss/subscription
http://rss.weatherbug.com/
Magpie is here:
http://magpierss.sourceforge.net/
您可以使用 RSS 或天气 RSS 并编写自定义对象。但我们使用 FeedSyndicate php feed 来为客户端显示执行此操作,我可以控制文本、图像类型和大小......
You can use RSS or weather RSS and program a custom object. But we used a FeedSyndicate php feed to do exactly this for a client display I could control text, image type and sizes....