partofthething / infopanel

Show live data, animations, pictures, or anything on simple displays like RGB matrices
https://partofthething.com/infopanel/
GNU General Public License v3.0
33 stars 12 forks source link

Errors? #29

Open benedikt-wue opened 1 year ago

benedikt-wue commented 1 year ago

Trying to have fun with this awesome Project, but getting following errors:

:228: RuntimeWarning: Your system is neon capable but pygame was not built with support for it. The performance of some of your blits could be adversely affected pygame 2.3.0 (SDL 2.0.14, Python 3.9.2) Hello from the pygame community. https://www.pygame.org/contribute.html error: XDG_RUNTIME_DIR not set in the environment. error: XDG_RUNTIME_DIR not set in the environment. Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/pi/infopanel/infopanel/__main__.py", line 5, in driver.run() File "/home/pi/infopanel/infopanel/driver.py", line 250, in run disp = display.display_factory(conf) File "/home/pi/infopanel/infopanel/display.py", line 164, in display_factory display = dummy_screen.DummyScreen() File "/home/pi/infopanel/infopanel/tests/dummy_screen.py", line 26, in __init__ self._display = pygame.display.set_mode( pygame.error: displayIndex must be in the range 0 - -1 Some help is needed :-) At least, I´m interested in using the MQTT - thing by its own... I don´t need other things except the MQTT :-)