[[[[[ ~/workspace/rpg-docs ]]]]] => Started proxy. => Started MongoDB. I20141109-18:31:54.578(0)? ** You've set up some data subscriptions with Meteor.publish(), but I20141109-18:31:54.660(0)? ** you still have autopublish turned on. Because autopublish is still I20141109-18:31:54.660(0)? ** on, your Meteor.publish() calls won't have much effect. All data I20141109-18:31:54.660(0)? ** will still be sent to all clients. I20141109-18:31:54.660(0)? ** I20141109-18:31:54.661(0)? ** Turn off autopublish by removing the autopublish package: I20141109-18:31:54.661(0)? ** I20141109-18:31:54.661(0)? ** $ meteor remove autopublish I20141109-18:31:54.661(0)? ** I20141109-18:31:54.661(0)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls I20141109-18:31:54.661(0)? ** for each collection that you want clients to see. I20141109-18:31:54.662(0)?  => Started your app. => App running at: http://localhost:3000/ => Client modified -- refreshing