MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-OpenmapWeather - Weather Icon not showing up

    Troubleshooting
    3
    3
    227
    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.
    • S
      scarecrow last edited by

      Hello,
      Suddenly, I am not seeing the weather icon on my MMM-OpenmapWeather module
      It just show a broken image icon or sometimes just a square instead of Moon icon.

      Is anyone facing similar issue?
      Any help is much appreciated.

      1 Reply Last reply Reply Quote 0
      • cowboysdude
        cowboysdude Module Developer last edited by

        Something in the API must have changed because NOAA3 is having the same issue.

        Problem is I do not have time to look at it.

        1 Reply Last reply Reply Quote 0
        • I
          icemanmw last edited by

          Hi, i guess you have to change some code in the *.js file of mmm-openmapweather.
          there is a row with //,“50n”: “wi-night-alt-cloudy-windy”

          due to the point that there is no image for the “fog at night” i used the regular fog image.
          now it works for me , yes it is not 100% correct, but better than nothing.

          iconImageTable: {
          		"01d": "sunny.png",
          		"02d": "partlysunny.png",
          		"03d": "partlycloudy.png",
          		"04d": "cloudy.png",
          		"09d": "sleet.png",
          		"10d": "rain.png",
          		"11d": "tstorms.png",
          		"13d": "snow.png",
          		"50d": "fog.png",
          		"01n": "nt_clear.png",
          		"02n": "nt_cloudy.png",
          		"03n": "nt_mostlycloudy.png",
          		"04n": "cloudy.png",
          		"09n": "nt_sleet.png",
          		"10n": "nt_rain.png",
          		"11n": "nt_tstorms.png",
          		"13n": "nt_snow.png"
          		,"50n": "fog.png"
          
          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy