Hi does this plugin automaticlly synced the new data or does it force the users browser to refresh?
Thanks
]]>I have the JSON response below I can reach it with the JSON Path selector $.[?(@.Region==’EU’)].WebMediaList.0.Contenturl. How can I use this selector with the plugin.
[
{
"Region": "EU",
"WebMediaList": [
{
"RegionId": 3,
"PlatformId": 1,
"WebMediaId": 0,
"Contenturl": "www.test.com",
"AlertDatetime": "2022-07-11T13:45:17.183"
}
]
},
{
"Region": "UK",
"WebMediaList": [
{
"RegionId": 4,
"PlatformId": 1,
"WebMediaId": 0,
"Contenturl": "www.test.com",
"AlertDatetime": "2022-07-11T13:45:17.187"
}
]
},
{
"Region": "US",
"WebMediaList": [
{
"RegionId": 1,
"PlatformId": 1,
"WebMediaId": 0,
"Contenturl": "www.test.com",
"AlertDatetime": "2022-07-11T13:45:17.18"
}
]
}
]
]]>
This is an amazing plugin. I am able to pull continuously refreshing api end point on my page. Thank you so much. Is it possible for me to display multiple endpoints on my pages. For example.
I can show prices.bid however I want to show all three end points on a page
prices.bid
prices.ask
prices.last
Is it possible?
Thanks Sir for making this amazing plugin.
]]>Hello Bernhard,
Thanks for this great plugin. I need some help getting the feed to display in my page. I am using a local JSON source and it’s loading fine in the plugin. I have also loaded the JSON feed using your other great plugin JSON Content Importer, so I know the JSON source is fine. My problem is that when I make add the div tag in my page, I only see the text within the tag or the ‘initial placeholder’. It doesn’t display the actual JSON data. I have tried all the combinations using different DOMs (h2, div, etc).
Here are some screenshots of my setup – I hope you can shed some light.
[url=https://ibb.co/r6Crhqg][img]https://i.ibb.co/r6Crhqg/Screenshot-2020-06-26-at-18-08-05.png[/img][/url]
[url=https://ibb.co/1v4PW4V][img]https://i.ibb.co/1v4PW4V/Screenshot-2020-06-26-at-18-26-38.png[/img][/url]
[url=https://ibb.co/9sdrDnh][img]https://i.ibb.co/9sdrDnh/Screenshot-2020-06-26-at-18-08-15.png[/img][/url]
Happy to contribute if I can get this simple setup working. Thank you!
]]>Is there a way of updating more than one data field?
In my case, I need to update 4 data fields (song title, artist, album title and album artwork) each time the audio track changes on an online radio station. The information changes approximately every 4 minutes and each of the 4 data fields changes each time.
]]>