I'm having trouble binding my ListBox with the weatherForecasts objects.

I don't know what is wrong with the binding, but nothing shows up. I want it to take all of the items in the collection from WeatherForecastController class and output them in the ListBox

XAML code:

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WeatherApp"
xmlns:model="clr-namespace:WeatherApp.Model"
Title="Weather app" Height="300" Width="500">