@twwilkerson1
You’re missing a comma at the end of the “MMM-quote-of-the-day” entry and there is a comma out of place in the sensor entry. Everything else looks good. Try these please.
{
module: "MMM-Pollen",
position: "top_left",
header: "Pollen Forecast",
config: {
updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
zip_code: "90210"
}
},
{
module: "MMM-quote-of-the-day",
position: "lower_third",
config: {
language: "en",
updateInterval: "1d"
}
},
{
module: 'MMM-PIR-Sensor',
config: {
sensorPin: 17,
powerSaving: true // See 'Configuration options' for more information.
}
},