Hi,
The View will generate the field ID which you register under the meta box on step 4
https://metabox.io/add-star-ratings-to-wordpress-on-backend/#step-4-create-custom-fields-to-add-star-ratings-with-mb-star-rating-plugin
The plugin from Github helps you to create the custom field type. You also have to create a custom field based on that field type.
But it will display the value of the rating
field which should be 1, 2, 3 ... instead of stars. So you need to use the proxy to run the helper function rwmb_the_value()
like the tutorial
{{ mb.rwmb_the_value( 'rating' ) }}
https://docs.metabox.io/rwmb-the-value/
https://docs.metabox.io/extensions/mb-views/#running-php-functions
I also see the file dashicons.ttf
is missing in the plugin folder, you can copy it from the WP folder /wp-includes/fonts/dashicons.ttf
to /wp-content/plugins/mb-rating-field-main/fonts/dashicons.ttf