MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. FryskeMon
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Wrong weather icons showing on Weather Forecast module

      @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

      posted in Troubleshooting
      F
      FryskeMon
    • RE: Wrong weather icons showing on Weather Forecast module

      @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,
      			}
      		},
      
      posted in Troubleshooting
      F
      FryskeMon
    • RE: Wrong weather icons showing on Weather Forecast module

      @jerryp of wil je de volledige config hebben?

      posted in Troubleshooting
      F
      FryskeMon
    • RE: Wrong weather icons showing on Weather Forecast module

      @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,

      		}
      	},
      
      posted in Troubleshooting
      F
      FryskeMon
    • Wrong weather icons showing on Weather Forecast module

      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

      posted in Troubleshooting
      F
      FryskeMon
    • 1 / 1