I've seen a few examples of horizontally scrolling labels, but I need to scroll vertically, from the bottom. I have several locations, each with weather conditions (temp, humidity, wind speed, etc.). I need to display the first location's data in a set of labels, then scroll that up and off the screen and scroll in the next location's set of labels from the bottom up. The scrolling would be controlled by a timer such that a location's data is displayed for 2-3 seconds, then scrolled up to reveal the next location, etc.