MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-DWD-Pollen

    Scheduled Pinned Locked Moved Health
    healthweather
    32 Posts 10 Posters 11.5k Views 10 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      Klinge @Sachse
      last edited by

      @Sachse Please excuse me for replying to such an old post. But unfortunately I have the same problem as you had. The module only worked fine for a few days, and now it won’t load the data any more. I have now tried to reproduce your solution. But I unfortunately did not solve it. When I enter “pm2 status” and “netstat -plan|grep 8080”, I get the following output.

      pi@raspberrypi:~/MagicMirror/modules $ pm2 status
      ┌────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
      │ id │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
      ├────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
      │ 0  │ MagicMirror    │ default     │ 2.26.0  │ fork    │ 749      │ 5h     │ 0    │ online    │ 0%       │ 2.6mb    │ pi       │ enabled  │
      └────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
      pi@raspberrypi:~/MagicMirror/modules $ netstat -plan|grep 8080
      (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
      nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
      tcp6       0      0 ::1:8080                :::*                    LISTEN      838/electron.js
      tcp6       0      0 ::1:8080                ::1:46942               TIME_WAIT   -
      tcp6       0      0 ::1:8080                ::1:46944               FIN_WAIT2   -
      tcp6       0      0 ::1:8080                ::1:44370               VERBUNDEN   838/electron.js
      tcp6       0      0 ::1:44370               ::1:8080                VERBUNDEN   941/Electron --shar
      tcp6       1      0 ::1:46944               ::1:8080                CLOSE_WAIT  941/Electron --shar
      
      

      It would be really nice if you could please give me the crucial hint where the problem is now and how it can be solved? :-)

      bheplerB 1 Reply Last reply Reply Quote 0
      • bheplerB Offline
        bhepler Module Developer @Klinge
        last edited by

        @Klinge - It appears that your problem isn’t the same. @Sachse had two instances of the Magic Mirror framework running at the same time. You probably don’t have that problem.

        The DWD site appears to be up and is hosting a json file. So let’s start at the beginning. Please post the relevant portion of your config.js file. We don’t need everything, just the part that configures the MMM-DWD-Pollen module. That will let us try and replicate your problem. Be sure to use the Markdown features when you post your code snippet!

        1 Reply Last reply Reply Quote 1
        • 1
        • 2
        • 3
        • 4
        • 4 / 4
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy