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-OpenmapWeather - Weather Icon not showing up

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 3 Posters 684 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.
    • S Offline
      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
      • cowboysdudeC Offline
        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 Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy