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 8.5k 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
      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
                      • C Offline
                        celliott
                        last edited by

                        How can I install this module?

                        S 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