MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mitboy742
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Mitboy742

    @Mitboy742

    0
    Reputation
    246
    Profile views
    2
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    Mitboy742 Unfollow Follow

    Latest posts made by Mitboy742

    • RE: [MMM-TweetsByTimelineOrList] - A MagicMirror Module to display tweets from a user's timeline or list. How do I fix it to display tweets on MagicMirror Screen?

      @kfyfeg Hi! I just fixed my problem as well! Thank you for your advice!

      posted in Troubleshooting
      M
      Mitboy742
    • [MMM-TweetsByTimelineOrList] - A MagicMirror Module to display tweets from a user's timeline or list. How do I fix it to display tweets on MagicMirror Screen?

      There are no tweets displayed on the screen. The only thing displayed is “Awaiting for Updates”. After waiting for an hour, the screen still displays “Awaiting for Updates”. How do I fix this issue?

      {
         module: 'MMM-TweetsByTimelineOrList',
         position: 'top_right',
         config: {
                     consumer_key: 'xxx',
                     consumer_secret: 'xxx',
                     access_token_key: 'xxx',
                     access_token_secret: 'xxx',
                     screenName: 'intel',
                     listToShow: 'TIMELINE',
                 } 
      },
      
      posted in Troubleshooting
      M
      Mitboy742