Having trouble using the DS3231.h library

Please post a link to the ds3231 library that you downloaded. There might be more than one of them and you might have picked the wrong one :wink:

The error indicates that the specific constructor does not expect arguments.

You can try

DS3231  rtc();

It should get rid of the error, but if you have the wrong library, you might get other errors.