• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Wrong weather icons showing on Weather Forecast module

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 2 Posters 963 Views 2 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.
  • F Offline
    FryskeMon
    last edited by FryskeMon Mar 4, 2021, 1:55 PM Mar 4, 2021, 1:42 PM

    I installed the standard weather forecast module today. The problem is that the module does not show the right icons depending on the weather. For example it will be rainy on monday, as it says on openweathermap.org. The icon that shows is a sun. Can anybody help me fix this?Schermafbeelding 2021-03-04 om 14.53.12.png )Schermafbeelding 2021-03-04 om 14.53.42.png

    J 1 Reply Last reply Mar 4, 2021, 1:58 PM Reply Quote 0
    • J Offline
      JerryP @FryskeMon
      last edited by Mar 4, 2021, 1:58 PM

      @fryskemon Can you pleas put the config online??? So I can check for you.

      NL:
      Wil je de config file even mee posten dan kan ik even met je mee kijken.

      F 2 Replies Last reply Mar 4, 2021, 2:06 PM Reply Quote 0
      • F Offline
        FryskeMon @JerryP
        last edited by Mar 4, 2021, 2:06 PM

        @jerryp
        {
        module: “weatherforecast”,
        position: “top_right”,
        header: “Het weer in”,
        config: {
        location: “Drachten,Netherlands”,
        locationID: “2756644”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
        appid: “xxxxx”,
        updateInterval: “60000”,
        showRainAmount: true,
        colored: true,
        scale: true,
        fade: false,
        maxNumberOfDays: 7,

        		}
        	},
        
        1 Reply Last reply Reply Quote 0
        • F Offline
          FryskeMon @JerryP
          last edited by Mar 4, 2021, 2:09 PM

          @jerryp of wil je de volledige config hebben?

          J 1 Reply Last reply Mar 4, 2021, 4:19 PM Reply Quote 0
          • J Offline
            JerryP @FryskeMon
            last edited by Mar 4, 2021, 4:19 PM

            @fryskemon
            First off all. you must write in Englich. Or Dutch in PB

            Whitch API u use… at openwheater you can select a view.
            And why ar you use a update time of every miniut??
            Standaard that is set to 10 min.
            And the MaxNumberofdays is also standaar set to 7

            {
            module: “weatherforecast”,
            position: “top_right”,
            header: “Het weer in”,
            config: {
            location: “Drachten”,
            locationID: “2756644”, 
            appid: “TopSecrute”,
            updateInterval: “60000”,  //Waarom iedere minuut standaard staat deze op 10 minuten!!
            units: metric,
            showRainAmount: true,
            colored: true,
            scale: true,
            fade: false,
            }},
            
            F 1 Reply Last reply Mar 4, 2021, 4:37 PM Reply Quote 0
            • F Offline
              FryskeMon @JerryP
              last edited by Mar 4, 2021, 4:37 PM

              @jerryp
              Oh sorry wasn’t aware of it.

              I use the Call 5 day / 3 hour forecast data.
              I use the default API key.
              Changed the update time to default and removed the maxnumberofdays.
              But still it gives me the wrong icons.
              This is my code now:

              		{
              			module: "weatherforecast",
              			position: "top_right",
              			header: "Het weer in",
              			config: {
              				location: "Drachten",
              				locationID: "2756644", 
              				appid: "xxxx",
              				showRainAmount: true,
              				colored: true,
              				scale: true,
              				fade: false,
              			}
              		},
              
              J 1 Reply Last reply Mar 4, 2021, 4:45 PM Reply Quote 0
              • J Offline
                JerryP @FryskeMon
                last edited by Mar 4, 2021, 4:45 PM

                @fryskemon
                yes thats looks the same at mine

                F 1 Reply Last reply Mar 4, 2021, 5:28 PM Reply Quote 0
                • F Offline
                  FryskeMon @JerryP
                  last edited by Mar 4, 2021, 5:28 PM

                  @jerryp
                  Okay but I still have the wrong icons
                  It is still displaying sunny weather on monday where it should display light rain.
                  Schermafbeelding 2021-03-04 om 18.26.48.png
                  Schermafbeelding 2021-03-04 om 18.27.15.png

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