我可以在业务催化剂中使用外部 JSON 天气数据并与液体一起使用吗?
Can I use External JSON weather data in business catalyst and use with liquid?
我正在尝试在 Business Catalyst 中使用 liquid 创建实时天气应用程序。
我可以从 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" template="/_System/Includes/tpl/current.tpl"}
我只是不确定在模板中调用什么。我是不是做错了?
我知道必须有一种方法来调用 Json 数据不确定标签是否支持外部 url...
请帮忙,如果你知道如何调用数据那也很好。
不,the module_json
tag 不支持访问外部 JSON 数据。当试图以这种方式使用它时,它只会呈现:
<!-- No input data found -->
我正在尝试在 Business Catalyst 中使用 liquid 创建实时天气应用程序。
我可以从 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" template="/_System/Includes/tpl/current.tpl"}
我只是不确定在模板中调用什么。我是不是做错了?
我知道必须有一种方法来调用 Json 数据不确定标签是否支持外部 url...
请帮忙,如果你知道如何调用数据那也很好。
不,the module_json
tag 不支持访问外部 JSON 数据。当试图以这种方式使用它时,它只会呈现:
<!-- No input data found -->