OK so I currently have my Arduino, Arduino Ethernet Shield and an LCD display. My goal, get live data from my Google analytic's account telling me how many users are currently using it, and then output this data to the LCD display. The outputting the data to the LCD should be straight forward enough, it's getting the data in the first place that I have no idea about.
So has anybody else done this before, got any good tutorials or link or can just give advice?
Got it working, and now I'd like to send info to analytics - to measure how many times I enter the kitchen...
I tried to take bits of code and add it to my code from:
and
but neither will work and adding this code breaks my basic functionality (I know as I measure it via the buzzer, it stops responding once I add this new code...