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.

    MMM-NewsFeedTicker - always Loading ...

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 1.1k 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.
    • J Offline
      JcMarin
      last edited by

      I have installed the module but it just stays in Loading … and never finishes loading

      Rest of the modules (Spotify, Calender, Weather) working ok

      here is my config for the module.

      Any ideas?

      {
                  disabled: false,
                  module: "MMM-NewsFeedTicker",
                          position: "bottom_bar",
                          //classes: "day_scheduler",
                          config: {
                                  feeds: [
                                          {
                                          title: "New York Times",
                                          url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
                                          encoding: "UTF-8", //ISO-8859-1
                                          className: "myClass",
                                          defaultLogo : ""
                                          },
                                          {
                                          title: "BBC World News",
                                          url: "http://feeds.bbci.co.uk/news/world/rss.xml#",
                                          encoding: "UTF-8", //ISO-8859-1
                                          className: "myClass",
                                          defaultLogo : ""
                                          }
                                  ]
                          }
                  },
      
      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @JcMarin
        last edited by

        @JcMarin open the developers window, ctrl-shift-i (or npm start dev) and then select the console tab,

        scroll up to find any errors (usually red text)…

        ‘loading…’ is usually the starter message displayed til the data arrives… but it never did…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • J Offline
          JcMarin
          last edited by

          Got it fixed with the old magic solution of rebooting the computer :face_with_stuck-out_tongue_closed_eyes:

          I had reloaded the MM and restarted it a couple of times but would not load, but after a restart its working now

          Thanks

          S 1 Reply Last reply Reply Quote 1
          • S Away
            sdetweil @JcMarin
            last edited by

            @JcMarin cool… can u mark this solved?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            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