A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-NewsFeedTicker - always Loading ...
-
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 : "" } ] } },
-
@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…
-
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
-
@JcMarin cool… can u mark this solved?