HackerShackOfficial / Smart-Mirror

Raspberry powered mirror which can display news, weather, calendar events
MIT License
911 stars 384 forks source link

Can you set a alarm? #105

Open AdItYa057 opened 6 years ago

AdItYa057 commented 6 years ago

Guys I have been wondering how to set an alarm in this SmartMirror which plays a desired song. Can anyone help me on it.

harishMadhavan1010 commented 3 years ago

Though my comment is fairly late now, setting up alarm requires you to find out the current time using datetime module and whenever current time is the set time, then let the song play with the help of playsound or something like that.