Cant display speedometer on MainWindow (kivy)
问题 I am trying to display the speedometer in my MainWindow screen. Right now when i run the code, the speedometer works but it is not displayed on the MainWindow screen which i want rather it is just appearing on a normal screen. It is possible to combine class Gauge(Widget): and class MainWindow(Screen): together so that the speedometer will actually be displayed on the MainWindow? .py file import kivy kivy.require('1.6.0') from kivy.app import App from kivy.clock import Clock from kivy