jclarke0000 / MMM-MyWeather

Upgraded weather forecast module using WeatherUnderground
19 stars 10 forks source link

hourlycount not working properly #1

Closed rafaelmiy closed 6 years ago

rafaelmiy commented 7 years ago

I'd like to see only the hourly for today to the next 5 hours, but it is not working. captura de tela 2017-09-03 as 12 37 48 am

Here's the current config:

module: 'MMM-MyWeather', position: 'top_right', config: { apikey: '#########', // private; don't share! pws: 'pws:ISOPAULO223', //culemborg hourly: '1', fctext: '0', fcdaycount: "1", fcdaystart: "0", hourlyinterval: "1", hourlycount: "6", lang: "br", alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, scaletext: 1, windunits: "mph", currentweather: 0, forecasttablecolumnheadericons: 1, UseCardinals: 0, layout: "vertical", sysstat: 0, forecasttableheadertext: "Previsão" }

jclarke0000 commented 6 years ago

this is fixed in v1.4. Sorry for the delay in fixing it.