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.

    How to Change MMM-DWD-WarnWeather Module for Switzerland

    Scheduled Pinned Locked Moved Development
    13 Posts 3 Posters 7.3k Views 3 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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @Squirrel
      last edited by

      @Squirrel you are pushing every single propertie to the array instead of the whole object

      if (result['alarms'][regionId]['regions'][0]['name_de'] == region) {
        var warnings = {};
        warnings.start = result['alarms'][regionId]['valid_from'];
        warnings.end = result['alarms'][regionId]['valid_to'];
        warnings.regionName = result['alarms'][regionId]['regions'][0]['name_de'];
        warnings.level = result['alarms'][regionId]['priority']
        warnings.type = result['alarms'][regionId]['code']
        warnings.altitudeStart = undefined;
      					
        if (warnings.type == 1){warnings.event = "Frost";}
        else if (warnings.type == 2){warnings.event = "Gewitter";}
        else if (warnings.type == 3){warnings.event = "Grossflächige Glätte";}
        else if (warnings.type == 4){warnings.event = "Kräftiger Regen";}
        else if (warnings.type == 5){warnings.event = "Schnee";}
        else if (warnings.type == 6){warnings.event = "Sturm";}
        else if (warnings.type == 7){warnings.event = "Hochwasser";}
      
        warnings.headline = result['alarms'][regionId]['de']['title'];
        warnings.description = result['alarms'][regionId]['de']['paragraph'];
        warningData.push(warnings);
      }
      

      try this instead

      Please create a github issue if you need help, so I can keep track

      1 Reply Last reply Reply Quote 0
      • S Offline
        Squirrel
        last edited by

        Thanks again for fast Answer! Now everything is working. Im so happy! :)

        I have just one last Question. I tried to run both modules at the same time. This is giving me problems. The Icons are too much big and i cant see something else…

        I changed all the names of the module files and folders and i have no idea where i can find this fault. I think nobody gonna us this two modules at the same time but i want to upload my module for other users and if somebody is using both of them i dont want to destroy @LukeCodewalker s module… ;)

        1 Reply Last reply Reply Quote 0
        • S Offline
          Squirrel
          last edited by

          I uploaded my Project MMM-WetteralarmCH now! If somebody can help me with the problem of using both modules (MMM-WetteralarmCH and. MMM-DWD-WarnWeather) at the same time i gonna update my Project again.

          Thanks to everybody for helping me!

          1 Reply Last reply Reply Quote 0
          • LukeCodewalkerL Offline
            LukeCodewalker Module Developer
            last edited by

            Sorry for being absent so long. Busy times in the moment :) but I’m glad to see that you’ve got it working. :thumbsup:

            1 Reply Last reply Reply Quote 0
            • S Offline
              Squirrel
              last edited by

              @LukeCodewalker thanks! But I still need a Solution to don’t Crash your Module while both modules are running at the same time… Let me know when you have more time to talk about that topic 😉

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • 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