• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Newsfeed with own RSS2 resp. XML

Scheduled Pinned Locked Moved Solved Troubleshooting
8 Posts 2 Posters 928 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.
  • T Offline
    thgmirror
    last edited by Mar 25, 2020, 6:57 PM

    Hi colleagues,
    I’m trying to use in the Newsfeed-module an own feed on the RPI. So no external link to for example Tagesschau but to a file in the MagicMirror-folder.
    I tried this:
    url: “http://192.168.2.117:8080/home/pi/MagicMirror/podcasts.rss2”
    but without success. I only see “Lade …”
    Currently I have in podcasts.rss2 a copy of the Tagesschau-feed.
    Anyone an idea?

    Thank you for any help
    and Greetings from Bonn
    Thomas

    S 1 Reply Last reply Mar 25, 2020, 7:02 PM Reply Quote 0
    • S Away
      sdetweil @thgmirror
      last edited by Mar 25, 2020, 7:02 PM

      @thgmirror said in Newsfeed with own RSS2 resp. XML:

      url: “http://192.168.2.117:8080/home/pi/MagicMirror/podcasts.rss2”

      the server at http://192.168.2.117:8080

      uses the MagicMirror folder as the root

      so

      “http://192.168.2.117:8080/podcasts.rss2”

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • T Offline
        thgmirror
        last edited by Mar 25, 2020, 7:12 PM

        @sdetweil said in Newsfeed with own RSS2 resp. XML:

        “http://192.168.2.117:8080/podcasts.rss2”

        Hm, no success…any other idea?

        S 2 Replies Last reply Mar 25, 2020, 7:14 PM Reply Quote 0
        • S Away
          sdetweil @thgmirror
          last edited by Mar 25, 2020, 7:14 PM

          @thgmirror the MM should says starting a fetcher for
          like this from my system

          Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000

          this will show in the terminal window where npm start was done, or in the logs if pm2
          pm2 logs --lines=100
          (or more than 100)

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @thgmirror
            last edited by Mar 25, 2020, 7:15 PM

            @thgmirror also, is your config set to address:“0.0.0.0” or “localhost”

            if localhost, then u must use localhost or 127.0.0.1

            “http://localhost:8080/podcasts.rss2”

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • T Offline
              thgmirror
              last edited by Mar 25, 2020, 7:21 PM

              @sdetweil said in Newsfeed with own RSS2 resp. XML:

              http://localhost:8080/os

              Also localhost has no affect…and the solution yoi mentioned before I’ll try later;-)
              Thomas

              S 1 Reply Last reply Mar 25, 2020, 7:31 PM Reply Quote 0
              • S Away
                sdetweil @thgmirror
                last edited by Mar 25, 2020, 7:31 PM

                @thgmirror sorry, the root is /MagicMirror, but the available paths under are modules etc

                so, this works

                http://localhost:8080/modules/podcasts.rss2

                and the file is located in MagicMirror/modules

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • T Offline
                  thgmirror
                  last edited by Mar 25, 2020, 7:42 PM

                  Yeah Yeah Yeah - Success!!!
                  I moved the file to the modules-folder and now it works!!!

                  I plan to use the Newsfeed-ticker to display a protocoll of my podcast-downloader…I have some special requirements;-)

                  Thank you, Sam

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    1/8
                    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