There are 2 possible solutions:
1. No category in the module has been selected
2. Or add a checking condition in the template (categories_homepage.tpl)
{if isset($selectedCategoryCount)}
{foreach $selectedCategories as $category}
....
{/foreach}
{/if}