A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
xml processing
-
I want to show you the scheduled time for bus arrival in Magic Mirror.
To do that, I got a bus api.
I entered the api URL and it was in xml format.
I don’t know how to process the xml format in the magic mirror.
can you tell me solution
please -
@yuyuyu easiest is to use the xlm2json conversion, then work with the json objects
see https://stackoverflow.com/questions/52281389/convert-xml-to-json-with-nodejs
also, check on the api, it might accept some header to return json instead of xml