Welcome to The Coding Zone
A while ago, I created a Stardew Valley TV simulator, and it got a lot of positive feedback. So, I made it into a widget that you can put on your site! Just like Stardew Valley's in-game TV, this will pull (live!) weather data and calculate your daily luck. If you'd like to add this widget to your site, it's recommended to get your own API key, but you can use this one for testing/until you get your own:
52d92b2d07f89229f6d1aa3df33f017a
I recently trawled through Wikipedia and collected a bunch of random national holidays, birthdays, and historical events for every day of the year and used javascript to make a silly novelty calendar. Here it is in action: A few people told me they'd be interested if I packaged it into a widget, so here it is! Linking back to me is appreciated but not necessary.
Just copy/paste this into the <body> of your page and the widget will appear!
<script src="https://caminus.neocities.org/codezone/nationalday.js"></script>
This creates <div id="natday"></div> where you put the script.
You can style #natday however you'd like.
Alternatively, you can host the widget on your own site and customize it to your heart's content. You can add your birthday, an important holiday I forgot, or anything else you want!
"05-17": "it's Squeaky's Birthday!",
<script src="nationalday.js"></script>