Can't get map to display in hassiban

I have included this line in my configuration.yaml file:

map:

but the map does not display. I have reloaded and restarted hassiban multiple times. Any ideas?

Bill

What does your log say?

There is no reference to map anywhere in the log. I have had this feature working in the past but it no longer displays.

Do you have a location in configuration.yaml, as in longitude, latitude etc?

yes. it is in this entry:
homeassistant:

Name of the location where Home Assistant is running

name: xxxxx Home

Location required to calculate the time the sun rises and sets

latitude: 28.7101
longitude: -84.4314

Weird. My log says

2018-11-22 20:01:18 INFO (MainThread) [homeassistant.loader] Loaded map from homeassistant.components.map
2018-11-22 20:01:18 INFO (MainThread) [homeassistant.setup] Setting up map
2018-11-22 20:01:18 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds.

I noticed that the map is viewable on a separate page accessed by clicking the three dash icon upper left corner. by default it does not show items that are home. how do I make that screen appear on my main page?

By the way, thanks for your efforts so far. I appreciate what people are willing to do to help out.

Bill