MagicMirror Forum

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

    Weather Underground customize

    Troubleshooting
    3
    4
    1845
    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.
    • A
      amosh83 last edited by

      Re: Weather Underground Forecast (wuforecast)

      Can someone help me configuring this module to show only current day (1 day) with a big icon , please! This is what I got so far and it works fine…but…:) PLEASE and Thank you

      {
      			module: "MMM-WunderGround",
      			position: "top_right",
      			header: "",
      			config: {
      				pws: "pws:KPAGRATZ2",
      				currentweather: 0,
      				hourly: "1",
      				fcdaycount: "5",
      				hourlyinterval: "2",
      				hourlycount: "1",
      				animationSpeed: 5000,
      				alerttime: 10000,
      				alerttruncatestring: "english:",
      				roundTmpDecs: 0,
      				UseCardinals: 1,
      				windunits: "mph",
      				sysstat: "0",
      				iconTableDay: {
      					chanceflurries: "wi-day-snow-wind",
      					chancerain: "wi-day-showers",
      					chancesleet: "wi-day-sleet",
      					chancesnow: "wi-day-snow",
      					chancetstorms: "wi-day-storm-showers",
      					clear: "wi-day-sunny",
      					cloudy: "wi-cloud",
      					flurries: "wi-snow-wind",
      					fog: "wi-fog",
      					haze: "wi-day-haze",
      					hazy: "wi-day-haze",
      					mostlycloudy: "wi-cloudy",
      					mostlysunny: "wi-day-sunny-overcast",
      					partlycloudy: "wi-day-cloudy",
      					partlysunny: "wi-day-cloudy-high",
      					rain: "wi-rain",
      					sleet: "wi-sleet",
      					snow: "wi-snow",
      					tstorms: "wi-thunderstorm"
      				},
      				iconTableNight: {
      					chanceflurries: "wi-night-snow-wind",
      					chancerain: "wi-night-showers",
      					chancesleet: "wi-night-sleet",
      					chancesnow: "wi-night-alt-snow",
      					chancetstorms: "wi-night-alt-storm-showers",
      					clear: "wi-night-clear",
      					cloudy: "wi-night-alt-cloudy",
      					flurries: "wi-night-alt-snow-wind",
      					fog: "wi-night-fog",
      					haze: "wi-night-alt-cloudy-windy",
      					hazy: "wi-night-alt-cloudy-windy",
      					mostlycloudy: "wi-night-alt-cloudy",
      					mostlysunny: "wi-night-alt-partly-cloudy",
      					partlycloudy: "wi-night-alt-partly-cloudy",
      					partlysunny: "wi-night-alt-partly-cloudy",
      					rain: "wi-night-alt-rain",
      					sleet: "wi-night-alt-sleet",
      					snow: "wi-night-alt-snow",
      					tstorms: "wi-night-alt-thunderstorm"
      				},
      				iconTableCompliments: {
      					chanceflurries: "13",
      					chancerain: "10",
      					chancesleet: "13",
      					chancesnow: "13",
      					chancetstorms: "11",
      					clear: "01",
      					cloudy: "02",
      					flurries: "13",
      					fog: "50",
      					haze: "50",
      					hazy: "50",
      					mostlycloudy: "03",
      					mostlysunny: "02",
      					partlycloudy: "02",
      					partlysunny: "02",
      					rain: "10",
      					sleet: "13",
      					snow: "13",
      					tstorms: "11"
      				},
      				iconset: "weezle"
      			}
      		},
      
      Mykle1 J 3 Replies Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @amosh83 last edited by

        @amosh83

        Have you looked at the Configuration Options on this page?

        https://github.com/RedNax67/MMM-WunderGround

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • J
          j.e.f.f Project Sponsor Module Developer @amosh83 last edited by

          @amosh83 When you say you want one day with the big icon, do you want just current conditions (e.g.: icon plus current temperature)?

          If so, try using MMM-MyWeather. It’s a fork of MMM-WunderGround that I wrote, and you can get what you want with these configs:

          currentweather: 1,
          currentweatherdetails: 0,
          forecasttable: 0,
          

          This leaves me with this:

          0_1499817820360_Screen Shot 2017-07-11 at 8.03.16 PM.png

          1 Reply Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer @amosh83 last edited by

            @amosh83

            Or, what you asked for.

                    currentweather: 1,
                    coloricon: true,
                    hourly: '0',
                    fctext: '0',
                    fcdaycount: "1",
                    fcdaystart: "0",
                    hourlyinterval: "1",
                    hourlycount: "0",
            	animationSpeed: 5000,
                    alerttime: 10000,
                    alerttruncatestring: "english:",
                	roundTmpDecs: 0,
                	UseCardinals: 1,
                	layout: "vertical",
            	windunits: "mph",
                	sysstat: "0"
            

            0_1499818779150_we.JPG

            Create a working config
            How to add modules

            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