我试图在Business Catalyst中使用液体创建一个LIVE天气应用程序。
我可以从http://openweathermap.org/
获取实时数据使用此:http://api.openweathermap.org/data/2.5/weather?q=dubbo
我认为我可以使用以下方法将其插入包含内容:
{module_json json =" http://api.openweathermap.org/data/2.5/weather?q = dubbo"模板=" / _系统/包括/ TPL / current.tpl"}
我只是不确定在模板中究竟要调用什么。我觉得这一切都错了吗?
我知道必须有一种方法来调用Json数据,不确定标签是否支持外部URL ...
如果您知道如何调用那些非常棒的数据,请提供帮助。
答案 0 :(得分:0)
不,the module_json
tag不支持访问外部JSON数据。尝试以这种方式使用它时,它只会呈现:
<!-- No input data found -->