VM211 anyone implemented realtime clock VMA301

hi Bert,
i have tried uploading your rtc clock update but it didn’t work as it could not find the vma301 library.
you set this as global libraries in your ino, but the system can’t find it on global.
so i downloaded the vma301 libraries separately (the vellman website has the library in the vma301 product page download section) , and created a local library for which i have added a command in your ino as following:

#include “src\vma301_library\DS1302.h” // Hardware-specific library for Vma301

i have put this library folder inside your SRC folder, together witrh the other libraries and it worked.
@VEL342 found out that since you guys implemented the vm211, arduino IDe has changed (and so the libraries), so your old instructions/libraries are no longer found.
you might want to add this to your github folder.
lastly, i dont have a rtc 301 module, so after i successfully uploaded your rtc update, i don’t see ANY change to the interface.
i suppose i would see something once i add a vm301 module?
By the way, does the time/date get displayed on the screen once the vma301 is installed, or is the date/time only stamped in the sdcard log?
lastly, i am currently usinfg the frontal pins you used for your vm301 for the rgb lights, can you please suggest alternative pins for me to install the v301 clock, in a way that it works with your update? (i will be using the free pins behind the screen)
thank you
N