Hi everyone,
since nobody seems to be answering anymore, here's a fix for Joomla 6:
Just change only one line in:
/administrator/components/com_minitekwall/src/Model/WidgetModel.php
Line 140 to this
if (isset($temp_source_params->source_type) && (($item->source_id ?? 0) == $temp_source_params->source_type)) {
Thats all. It works even without "Backward Compatibility Plugin".
Regards