• Resolved 11thomas11

    (@11thomas11)


    Hello, I’m trying to display several values from weather stations.
    Here is one source https://balisemeteo.com/balise_json.php?idBalise=45

    The 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
    Thomas

    • This topic was modified 4 years, 2 months ago by 11thomas11.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Upate datas’ is closed to new replies.