Category Archives: mint

Displaying Mint stats on a Chumby

Building on the code here, I wanted to put together a demo widget for the Chumby to display mint statistics from my site.

The widget hits a PHP script that returns a JSON object which Flash Lite uses to output the hourly metrics for the past 24 hours.

Code:

var reply_lv = new LoadVars(); var send_lv = new LoadVars(); var […]

Pardon me, but I can see your Minty bits

I must admit I was a little bummed when I couldn’t find a built-in way to expose data from Mint as something that Flash could eat.

Not a huge deal, data freedom is but a class away. The code below returns a JSON object of hourly visitor stats (total and unique) for the past 24 hours.

JSON […]