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

    Posts

    Recent Best Controversial
    • newsfeed

      I am trying to run newsfeed.
      my config file looks like this.

                      {
                              module: "newsfeed",
                              position: "bottom_bar",
                              animateIn: "slideInLeft",
                              animateOut: "slideOutRight",
                              config: {
                                feeds: [
                                  {
                                    title: "New York Times",
                              //       url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                    url: "https://feeds.bbci.co.uk/news/world/rss.xml",
                                  },
                                ],
                                showSourceTitle: true,
                                showPublishDate: true,
                                broadcastNewsFeeds: true,
                                broadcastNewsUpdates: true
                              }
                            },
      
      
      ]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      However I just get no news at the moment. Can someone look to see if I have made an error?

      Best wishes.

      posted in Troubleshooting
      F
      foggy
    • RE: Frameless Magic Mirror

      @jeeves1275

      Thank you. This post has been very helpful.
      Best wishes.

      posted in Show your Mirror
      F
      foggy
    • 1 / 1