• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

[MMM-TweetsByTimelineOrList] - A module for the Magic Mirror to display tweets from a user's timeline or list.

Scheduled Pinned Locked Moved Utilities
twittertweetstimelinemodulemagic mirror
16 Posts 6 Posters 7.2k Views 7 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    AdamMoses-GitHub Module Developer
    last edited by Feb 28, 2017, 4:54 PM

    Description:

    This lets you view your own Twitter timeline (i.e. tweets of everyone you follow) or one of your curated list of users or another user’s list of users. It’s highly configurable, allowing you to set many rules for what kind of tweets are actually shown, ridding of many tweets that wouldn’t make good for a text only display in a limited area. Tweets are shown just a few at a time and then will animate in and out showing more tweets. The tweet’s user name and time since tweeting is also display.

    Screenshot:

    0_1488300668281_example.jpg

    Download:

    [card:AdamMoses-GitHub/MMM-TweetsByTimelineOrList]

    1 Reply Last reply Reply Quote 1
    • D Offline
      Dicous
      last edited by Dicous Apr 18, 2018, 7:22 PM Apr 18, 2018, 2:59 PM

      Why doesn’t work? only black screen =(

      can someone help me?

      		{
      				module: 'MMM-TweetsByTimelineOrList',
      				position: 'top_right',
      				config: {
      					consumer_key: 'xxx',
      					consumer_secret: 'xxx',
      					access_token_key: 'xxx',
      					access_token_secret: 'xxx',
      					screenName: 'S-Bahn Berlin',
      					listToShow: 'TIMELINE',
      		}
      
      1 Reply Last reply Reply Quote 0
      • Y Offline
        yawns Moderator
        last edited by Apr 18, 2018, 3:00 PM

        There is a }, missing at the end, I guess your config.js is now “broken”

        D 1 Reply Last reply Apr 18, 2018, 3:13 PM Reply Quote 0
        • D Offline
          Dicous @yawns
          last edited by Dicous Apr 18, 2018, 7:22 PM Apr 18, 2018, 3:13 PM

          @yawns

          sorry bad copy. i have this

          		{
          				module: 'MMM-TweetsByTimelineOrList',
          				position: 'top_right',
          				config: {
          					consumer_key: 'xxx',
          					consumer_secret: 'xxx',
          					access_token_key: 'xxx',
          					access_token_secret: 'xxx',
          					screenName: 'S-Bahn Berlin',
          					listToShow: 'TIMELINE',
          				}
          		},
          
          A 1 Reply Last reply Apr 18, 2018, 6:18 PM Reply Quote 0
          • A Offline
            AdamMoses-GitHub Module Developer @Dicous
            last edited by Apr 18, 2018, 6:18 PM

            @Dicous

            And you’re sure it’s working if you remove this module from the config?

            Also, the screenName field looks wrong, there should be no dashes or spaces. The screenName is not the same as the “display name”. Put in there whatever comes as part of the twitter.com/XXXXXX part of the URL.

            1 Reply Last reply Reply Quote 0
            • D Offline
              Dicous
              last edited by Apr 18, 2018, 7:21 PM

              ok, please help a big noob =(
              i want this tweets https://twitter.com/SBahnBerlin
              the keys and so on are correct.
              where are my mistakes?

              		{
              				module: 'MMM-TweetsByTimelineOrList',
              				position: 'top_right',
              				config: {
              					consumer_key: 'xxx',
              					consumer_secret: 'xxx',
              					access_token_key: 'xxx',
              					access_token_secret: 'xxx',
              					screenName: 'SBahnBerlin',
              					listToShow: 'screename',
              				}
              		},
              
              A 1 Reply Last reply Apr 18, 2018, 7:26 PM Reply Quote 0
              • A Offline
                AdamMoses-GitHub Module Developer @Dicous
                last edited by Apr 18, 2018, 7:26 PM

                @Dicous

                You’re close, just change the listToShow field to “TIMELINE” and it should work.

                1 Reply Last reply Reply Quote 1
                • D Offline
                  Dicous
                  last edited by Apr 18, 2018, 7:46 PM

                  Thank you very much my Hero!

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dicous
                    last edited by Apr 22, 2018, 2:26 PM

                    Oh man
                    sometimes I see tweets
                    sometimes not
                    https://twitter.com/SBahnBerlin tweets pretty much but I see maximum 1
                    I despair = (

                    A 1 Reply Last reply Apr 23, 2018, 1:12 PM Reply Quote 0
                    • A Offline
                      AdamMoses-GitHub Module Developer @Dicous
                      last edited by Apr 23, 2018, 1:12 PM

                      @Dicous

                      Try adding these config options:

                      excludeTweetsWithQuotes: false,
                      excludeMediaTweets: false,
                      excludeLinkTweets: false,
                      maxTweetsPerUser: 0,
                      maxTweetAgeMins: 7000,
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy