• Resolved elji

    (@elji)


    I want to get data from the json-file but how do I use basenode for the different levels “images” and “davis current observations” without open/close/open/close???

    Now I have to open [jsoncontentimporter url:=xxx basenode=”image”]
    Location {location}
    [/jsoncontentimporter]

    and open

    [jsoncontentimporter url:=”https://elji.se/download/test.json” basenode=”davis_current_observation”]
    station_name: {station_name}[/jsoncontentimporter]

    • This topic was modified 1 year, 8 months ago by elji.

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

Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    Hi elji,

    at https://demo.json-content-importer.com/elji-se/ I use this:

    [jsoncontentimporter url=https://elji.se/download/test.json basenode=”davis_current_observation”]
    station_name: {station_name}[/jsoncontentimporter]

    In your code there is “url:=” which should be “url=” and the &8221; should be a “

    Bernhard

Viewing 1 replies (of 1 total)
  • The topic ‘How to use basenode’ is closed to new replies.