A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weather Underground customize
-
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" } },
-
Have you looked at the
Configuration Options
on this page? -
@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:
-
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"