@sdetweil I’ve installed your fork and… it’s going back and forth too! :smiling_face_with_open_mouth_cold_sweat:
Here’s my module config just in case:
{
module: "MMM-NewsFeedTicker",
disabled: false,
position: "bottom_bar",
//classes: "day_scheduler",
config: {
feeds: [
{
title: "Cambio Euro/Dollaro",
url: "https://eur.fxexchangerate.com/usd.xml",
customLogo: "xe.png"
},
{
title: "Agenzia ANSA - Ultima Ora",
url: "https://www.ansa.it/sito/notizie/topnews/topnews_rss.xml",
customLogo: "ansa.jpg"
},
{
title: "La Gazzetta del Mezzogiorno - Lecce",
url: "https://www.lagazzettadelmezzogiorno.it/rss.jsp?sezione=113",
customLogo: "gdm.jpg"
},
{
title: "Hardware Upgrade",
url: "https://feeds.hwupgrade.it/rss_hwup.xml",
customLogo: "hwu.png"
},
{
title: "HDblog.it",
url: "http://feeds.feedburner.com/hd-blog?format=xml",
customLogo: "hdblog.png"
},
{
title: "Tom's Hardware",
url: "https://www.tomshw.it/feed/",
customLogo: "tomshw.png"
},
{
title: "Punto Informatico",
url: "https://www.punto-informatico.it/feed/",
customLogo: "pi.png"
},
{
title: "LeccePrima",
url: "http://www.lecceprima.it/rss/",
customLogo: "lecceprima.png"
},
{
title: "Galatina.it",
url: "http://www.galatina.it/rss.xml",
customLogo: "galatina.png"
}
]
}
},