Hi there!  
My company currently uses nopCommerce for our online store and I've been looking at a way to integrate the order list from the back end of our website with Dakboard to create a refreshing order list to put on a screen in our warehouse.  
So far I've been looking at using the JSON file that's within the sites HTML to do this. I think this would be the easiest way to do it because Dakboard offers a module that will take information directly from a JSON file if I have a URL for it.
My question is; has anyone tried anything like this and how did you do it? Any information you can give me to further this goal would be awesome.
I think I need to write a small javascript program using XMLHTTPRequest and host it on a website I can point Dakboard toward.

Thanks for any info!