MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
UNSOLVED 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