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

    Posts

    Recent Best Controversial
    • RE: Noob setup

      Thankyou bravoOscar

      I have replaced the New York Times one with the ABC news feed, i was missing the ‘,’ after the title string

      Is this the correct code for multiple feeds ? can you see anything incorrect? the other two don’t seem to work

      module: “newsfeed”,
      position: “bottom_bar”,
      config: {
      feeds: [
      {
      title: “ABC News”,
      url: “https://www.abc.net.au/news/feed/4535882/rss.xml”
      },
      {
      title: “Weather Warnings for Australian Capital Territory.”,
      url: “http://www.bom.gov.au/fwo/IDZ00061.warnings_land_nsw.xml”
      },
      {
      tittle: “News.com”,
      url: “https://www.news.com.au/content-feeds/latest-news-national/”
      },
      ],
      showSourceTitle: true,
      showPublishDate: true,
      broadcastNewsFeeds: true,
      broadcastNewsUpdates: true

      posted in Troubleshooting
      G
      Gr1dL0ck
    • Noob setup

      Good evening everyone

      First two noob questions are:

      1. News feed
        the default new code is :

      {
      title: “New York Times”,
      url: “http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml”,
      }

      I am trying to switch it to an Australian feed from either of these sites
      https://www.news.com.au/
      https://www.abc.net.au/news

      I cant not find the rss / .xml string anywhere ??

      i would also like to add a second one for wheather warnings from this site http://www.bom.gov.au/rss/?ref=ftr for the
      New South Wales & ACT if that is possible

      1. Calendar
        I have changed the default calendar from US holidays to AU holidays and it works ok.
        what is the correct config line to reverse the date from the way it is displayed MMDDYYYY the the Australian way DDMMYYYY

      thankyou

      posted in Troubleshooting
      G
      Gr1dL0ck
    • 1 / 1