Upate datas
-
Hello, I’m trying to display several values from weather stations.
Here is one source https://balisemeteo.com/balise_json.php?idBalise=45The issue is that those values change every 10minutes and don’t change on my website.
I use the following code:
`<tr>
<td>[jsoncontentimporter url=https://balisemeteo.com/balise_json.php?idBalise=45 ] {city}</td>
<td>{dateIso}</td>
<td>{vitesseVentMoy} km/h</td>
<td>{vitesseVentMax} km/h</td>
<td>{vitesseVentMin} km/h</td>
<td><?php convertDeg({directVentMoy}) ?></td>
<td>{directVentInst}</td>
<td>{temperature} °C[/jsoncontentimporter]</td>
</tr>What should I do in order to uptades those value?
Thank you
ThomasThe page I need help with: [log in to see the link]
The topic ‘Upate datas’ is closed to new replies.