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.

    News Feed

    Scheduled Pinned Locked Moved Troubleshooting
    5 Posts 3 Posters 4.2k Views 2 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.
    • P Offline
      pepemujica
      last edited by

      Hi everyone!

      I’m trying to use 2 news feed’s module (one at the bottom left, and the other at the bottomb right)
      The problem is that they get mixed as I have a small screen (19’')
      Is there any option to wrap the news feed text?

      Kind regards

      1 Reply Last reply Reply Quote 0
      • S Offline
        schnibel
        last edited by

        Hi,
        If you have a small screen, I suggest you use only one module (bottom_left for example) and in the configuration (config.js) just add your different sources (see the copy/paste of the documentation here under:

        config: {
        			// The config property is optional.
        			// If no config is set, an example calendar is shown.
        			// See 'Configuration options' for more information.
        
        			feeds: [
        				{
        					title: "New York Times",
        					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
        				},
        				{
        					title: "BBC",
        					url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk",
        				},
        			]
        		}
        

        Does it answer your question ?

        P 1 Reply Last reply Reply Quote 0
        • P Offline
          pepemujica @schnibel
          last edited by

          @schnibel Yes, it was my first idea, but as one feed is for news and the other for tweets I need to have them in different modules. I’ve just fixed by puting one over the other.

          Kind regards!

          brobergB 1 Reply Last reply Reply Quote 0
          • brobergB Offline
            broberg Project Sponsor @pepemujica
            last edited by

            @pepemujica have you tried adding

            .newsfeed {
            width: 200px;
            }
            

            To your custom.css?

            P 1 Reply Last reply Reply Quote 0
            • P Offline
              pepemujica @broberg
              last edited by

              @broberg I’ll try that when I arrive at home. Thanks!

              1 Reply Last reply Reply Quote 0
              • 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