I haven't input any API info yet, but I got it working fine. I'm using tails -F to output the log file at the moment. Is there a way to change the polling rate(refresh)? It seems to be doing it every second.
Just do this:
watch -n (x) tail -n 15
Replacing x with number of seconds you want to poll, and path to your logfile of course.