@joey – Yes, it is still working for me.
As a cross-check I just visited several websites that purport to track pollen levels, and verified the module appears to be reporting relatively the same pollen levels. Each site appears to have its own scale and they don’t all appear to measure the same pollen particles - so direct comparison is difficult - but the MagicMirror module appears to be working.
For reference, following is the config I use for this module:
{module: "MMM-Pollen", // https://github.com/vincep5/MMM-Pollen
disabled: false, position: "top_right", header: "Pollen Forecast",
config: {
updateInterval: 5 * 60 * 60 * 1000, // every 5 hours
zip_code: "xxxxx" }
},
I hope this helps.