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.

    more newsfeed's

    Scheduled Pinned Locked Moved Development
    3 Posts 3 Posters 2.7k Views 3 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.
    • G Offline
      geeflaxx
      last edited by geeflaxx

      hey,
      i wanna more newsfeeds than ones, i think, that under the calender is space for 2 newsfeeds and under the weather is space for 2newsfeeds (or more if the space is big)
      so i think that i use the modul 4x for left and for right, but if i use top_left/right
      the module with the same position will change the size
      and if i use bottom_left and bottom_right and both are long then they will overlap

      i think i use top left for vokabuleries and top right for my train connections (so i have the problem solved with the size and overlap)
      but then i have only 3 position for my newsreader (without overlap)
      any idea?

      bheplerB strawberry 3.141S 2 Replies Last reply Reply Quote 0
      • bheplerB Offline
        bhepler Module Developer @geeflaxx
        last edited by

        @geeflaxx Don’t forget that you can specify more than one feed per instance of the module. So you could run one instance of the module that displays two feeds in middle_center and another instance of the module in bottom_center that shows the other two feeds.

        Like so:

        {
                module: 'newsfeed',
                position: 'middle_center', 
                config: {
                    feeds: [
                        {
                            title: "Feed  #1",
                            url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
                        },
                        {
                            title: "Feed #2",
                            url: "http://whatever.com/news/rss",
                        },
                    ]
                }
            },
        {
                module: 'newsfeed',
                position: 'bottom_center',
                config: {
                    feeds: [
                        {
                            title: "Feed #3",
                            url: "http://www.kittennews.com/news/feed/",
                        },
                        {
                            title: "Feed #4",
                            url: "http://feeds.midgetpr0n.com/events/fresh/rss",
                        },
                    ]
                }
            }
        1 Reply Last reply Reply Quote 0
        • strawberry 3.141S Offline
          strawberry 3.141 Project Sponsor Module Developer @geeflaxx
          last edited by

          @geeflaxx on top of the suggestion of @bhepler you can also make chnges to your cumstom.css to limit the width of the newsfeed

          Please create a github issue if you need help, so I can keep track

          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