MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED MMM-NewsFeedTicker - always Loading ...

    Troubleshooting
    2
    4
    661
    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
      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
        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

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • J
          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
            sdetweil @JcMarin last edited by

            @JcMarin cool… can u mark this solved?

            Sam

            Create a working config
            How to add modules

            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy