Blastitt / twitControl

Twitter Interface module for MagicMirror2
MIT License
9 stars 2 forks source link

Tweets from people you follow #2

Open schnster opened 7 years ago

schnster commented 7 years ago

Hi- I installed the module, it seems to only show what I tweet, but not the tweets of those whom I follow on my Twitter account. Any ideas how I can display and update the display with the tweets of people I follow?

Thanks.

herrschrat commented 7 years ago

Hi, i don't know, if it's still important for you, but you just have to change the "with: 'user'," in the node_helper.js to "with: 'followings".

Blastitt commented 7 years ago

In addition to herrschrat's suggestion, please consult the Twitter API on what type of API access tokens you'll need to access different features. They compartmentalize pretty strictly.