MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    UNSOLVED News Ticker

    Requests
    8
    19
    11962
    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.
    • EoF
      EoF @paviro last edited by

      @paviro I looked at that as an option, but I don’t really want to go messing with the core modules. I think it would be better to have a new module almost like a “modification” to the core news module.

      1 Reply Last reply Reply Quote 0
      • C
        clebo99 last edited by paviro

        Yea…maybe I’m not saying it correctly…what I’m suggesting is something like the following. Can I load 2 “newsfeeds” in different locations on the page with 2 different RSS feeds?

        module: 'newsfeed', 
         			position: 'bottom_bar', 
         			config: { 
         				feeds: [ 
         					{ 
         						title: "New York Times", 
         						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" 
         					} 
         				], 
         				showSourceTitle: true, 
         				showPublishDate: true 
         			} 
        module: 'newsfeed', 
         			position: 'SOMEOTHERBAR', 
         			config: { 
         				feeds: [ 
         					{ 
         						title: "MARC TRAIN INFO, 
         						url: "MARC TRAIN RSS FEED URL" 
         					} 
         				], 
         				showSourceTitle: true, 
         				showPublishDate: true 
         			}
        

        Note from Moderator: Please use proper markdown for easier reading

        1 Reply Last reply Reply Quote 0
        • KirAsh4
          KirAsh4 Moderator last edited by

          Yes you can:
          0_1464203322650_2feeds.png

          A Life? Cool! Where can I download one of those from?

          1 Reply Last reply Reply Quote 0
          • KirAsh4
            KirAsh4 Moderator last edited by

                            {
                                    module: 'newsfeed',
                                    position: 'bottom_bar',
                                    config: {
                                            feeds: [
                                                    {
                                                            title: "New York Times",
                                                            url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                                    }
                                            ],
                                            showSourceTitle: true,
                                            showPublishDate: true
                                    }
                            },
                            {
                                    module: 'newsfeed',
                                    position: 'top_bar',
                                    config: {
                                            feeds: [
                                                    {
                                                            title: "CNN: Technology",
                                                            url: "http://rss.cnn.com/rss/edition_technology.rss"
                                                    }
                                            ],
                                            showSourceTitle: true,
                                            showPublishDate: true
                                    }
                            },
            

            A Life? Cool! Where can I download one of those from?

            1 Reply Last reply Reply Quote 0
            • C
              clebo99 last edited by

              Worked like a charm. Thanks!!! I am really loving this MM. I’m not sure if mine will actually work with a real mirror (I have too much text on the screen…lol) but I’m having a great time figuring this out.

              1 Reply Last reply Reply Quote 1
              • KirAsh4
                KirAsh4 Moderator last edited by

                Awesome, glad things are working out and you’re able to configure it the way you want to. As for the mirror … you can always get a larger mirror. 🙂

                A Life? Cool! Where can I download one of those from?

                1 Reply Last reply Reply Quote 1
                • T
                  Try2Fly last edited by

                  Hi, is someone trying to make this module? If’ve looked further into it, and tried to rewrite the default RSS feed module to a ticker, however this level of coding is too advanced for me. Can html marquee be used for this?

                  1 Reply Last reply Reply Quote 1
                  • J
                    Jeff last edited by

                    Any update on this?

                    1 Reply Last reply Reply Quote 0
                    • C
                      chrisfoerg last edited by

                      In this video someone did it with stocks: https://www.youtube.com/watch?v=1L9yofDD-Ic&feature=youtu.be

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy