@bjjsoul can’t be perfect if you want to add another module
{ < --- start module
module: "newsfeed",
position: "bottom_bar",
config: { < --- start module config
feeds: [ < --- start array of feeds
{ < --- start feed
title: "New York Times",
url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
} < -- end feed
], < --- end array (only one entry)
showSourceTitle: true,
showPublishDate: true,
broadcastNewsFeeds: true,
broadcastNewsUpdates: true
} < ---- end module config
}, < --- end module
{ < --- start module
module: "MMM-Snow",
position: "fullscreen_above",
config: { < - start module config
// See 'Configuration options' for more information.
flakeCount: 100,
theme: "winter",
} < ---- end module config
} < ---- end module , no comma, no more modules to follow
}, < ------ what is this??????? -------------------------------
] < --- no more modules, end module array