I am new to javascript so this project that I am working on is proving more difficult than anticipated.
I am creating a module to monitor our schools bus routes and display them onto the screen. I have the webscraping working fine in a javascript file that returns a 2x2 array of bus times for each route and stop. but need to implement it into the magic mirror.
to my understanding in order to do this I need a node_helper.js file to scrape the data and send it using sendSocketNotification. Is this right? Im not sure how this function works, if anyone has some insight it would be greatly appreciated
code_text