jclarke0000 / MMM-MyWeather

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

Hourly Forecast no longer scales after update #8

Open wi-brewer opened 6 years ago

wi-brewer commented 6 years ago

Hi - I just updated on 3/28 and it changed the way my hourly forecasts are displayed.

Relevant config: config: { apikey: 'XXX', pws: 'XXX', hourly: '1', fcdaycount: "8", fcdaystart: "1", hourlyinterval: "2", hourlycount: "6", layout: "horizontal", }

Previously it gave me 3 rows. The first row included the 6 hourly forecasts, scaled down to fit on one row. Rows 2 and 3 each contained 4 daily forecasts. After the update I now get 4 hourly forecasts on the first line and 2 hourly forecasts on the second line. The daily forecasts are now pushed to rows 3 and 4.