[ad_1]
Plugin Author
tuxlog
(@tuxlog)
Hi,
if you want more than 8 widgets, you can edit wp-forecast.php. At the top of the file you find:
//
// maximal number of widgets to use.
//
$wpf_maxwidgets = 8;
Change the 8 to whatever you like and you will bea ble to have the number of widgets.
But please take care of the terms of usage of the selected weather data provider and do not be surprised if your site is getting slower, because all the weather data has to be loaded. To optimize this play with the cache settings in the wp-forecast admin dialog.
Hope it helps.