• 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.
  • 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
                • C Offline
                  celliott
                  last edited by Mar 18, 2022, 11:56 PM

                  How can I install this module?

                  S 1 Reply Last reply Mar 19, 2022, 12:03 AM Reply Quote 0
                  • S Offline
                    sdetweil @celliott
                    last edited by Mar 19, 2022, 12:03 AM

                    @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 Mar 19, 2022, 12:30 AM Reply Quote 0
                    • C Offline
                      celliott @sdetweil
                      last edited by Mar 19, 2022, 12:30 AM

                      @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 Mar 19, 2022, 12:57 AM 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