Hi SOTI Community it's me again lol: I'm new to JS and learning with Code Academy and God! Today I'm struggling with 1. pulling the IP address from my device details page 2. executing a time sync XML file in JS (I already have the time sync file synced to the device).
This is only pieces of my code that I'm currently working on: The end goal is to be able to:
1. write the device details to a new file on my sd card ( I have most of this but the IP address is not working)
2. read the contents of the file to grab the ip address ( i think i have this working, it's just pulling wrong information)
3. based on that ip address, execute a specific time zone file ( i don't know how to execute my XML file in JS to apply the time zone on the device)
Here is the code I have so far: