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.7k 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.
    • AdamMoses-GitHubA Offline
      AdamMoses-GitHub Module Developer
      last edited by

      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

        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
        • yawnsY Offline
          yawns Moderator
          last edited by

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

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            Dicous @yawns
            last edited by Dicous

            @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',
            				}
            		},
            
            AdamMoses-GitHubA 1 Reply Last reply Reply Quote 0
            • AdamMoses-GitHubA Offline
              AdamMoses-GitHub Module Developer @Dicous
              last edited by

              @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

                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',
                				}
                		},
                
                AdamMoses-GitHubA 1 Reply Last reply Reply Quote 0
                • AdamMoses-GitHubA Offline
                  AdamMoses-GitHub Module Developer @Dicous
                  last edited by

                  @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

                    Thank you very much my Hero!

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      Dicous
                      last edited by

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

                      AdamMoses-GitHubA 1 Reply Last reply Reply Quote 0
                      • AdamMoses-GitHubA Offline
                        AdamMoses-GitHub Module Developer @Dicous
                        last edited by

                        @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
                          OSZAR »