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 9.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.
    • 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
                    • C Offline
                      celliott
                      last edited by

                      How can I install this module?

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @celliott
                        last edited by

                        @celliott same way u install any module

                        read the links in my signature below

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        C 1 Reply Last reply Reply Quote 0
                        • C Offline
                          celliott @sdetweil
                          last edited by

                          @sdetweil Thank you for the help! I got it downloaded and updated my config file but all I see when I start mirror is “Awaiting Update…” any suggestions on how to fix this?

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @celliott
                            last edited by

                            @celliott I don’t know how the module works. sorry. maybe it’s waiting for someone to post a tweet?

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            C 1 Reply Last reply Reply Quote 0
                            • C Offline
                              celliott @sdetweil
                              last edited by

                              @sdetweil I thought so too but people have made tweets on my timeline and it still hasn’t updated. Now it says “There was an error”

                              S 1 Reply Last reply Reply Quote 0
                              • S Offline
                                sdetweil @celliott
                                last edited by

                                @celliott the module hasn’t been updated in 5 years. who knows if it still would work

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                • 1 / 1
                                • 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