Hi,
Spring is coming and I wanted to install pollen modules.
So I installed two pollen modules MM-DWD-Pollen and MMM-pollen at once
Both modules remain in the ‘loading’ status.
Here I show you my configuration
{
module: "MMM-DWD-Pollen",
position: "top_right",
header: "Pollenwarnung",
config: {
updateInterval: 2 * 60 * 60 * 1000, // every 1 hour
DWD_region: 42, // Ostwestfalen
icon: true, // Show icons or not
showNullValue: false, //Show value or symbol if value is 0
}
},
{
module: "MMM-pollen",
position: "top_right", // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
locationLongitude: x.xxxxxx,
locationLatitude: xx.xxxxxx,
}
},
When I start the MMM I got this log
[2025-02-18 15:47:06.959] [INFO] Checking git for module: MMM-DWD-Pollen
[2025-02-18 15:47:07.387] [INFO] Checking git for module: MMM-pollen
[2025-02-18 15:47:07.491] [LOG] MMM-DWD-Pollen: Success loading
and regarding the two instances from another DWD-Pollen forum post I got the following result
pi@raspi-mm-bad:~/MagicMirror $ netstat -plan|grep 8080
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp6 0 0 ::1:8080 :::* LISTEN 67920/electron.js
tcp6 0 0 ::1:8080 ::1:54378 TIME_WAIT -
tcp6 0 0 ::1:8080 ::1:57896 TIME_WAIT
Thank you for your tips :-)