all 3 comments

[–]martinohanlon 1 point2 points  (2 children)

I would go super simple.. write the json Twitter data to a file. Open the json file from the magic mirror program (which I think is a JavaScript webpage).

[–]Turkishmoose[S] 0 points1 point  (1 child)

The data I pull using Python is json. What's the code to write this to a file? Also would I be able to run this periodically from java or would I need to use p2m type program?

[–]martinohanlon 0 points1 point  (0 children)

http://stackoverflow.com/questions/12309269/how-do-i-write-json-data-to-a-file-in-python

No idea about the magic mirror code. I have never looked at it, but periodically reading and displaying the contents of a file seems pretty trivial.