Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Calendar widget or something automatic

Featured Replies

I am looking to build or if possible, simply use someone else's work.. but here's my project. I run an organization that has Wednesday meetings on odd months and Saturday meetings on even months. Is there a simple widget or set of code I could employ that would automatically change depending on the month? For example, this calendar or scrolling marquee or static image saying "Meeting this XXXXX at 9" would update depending on the actual date? So come the 1st of October, the item (image, calendar, widget) flips and displays "Meeting this Saturday at 10am" and November 1st is switches to "Meeting this Wednesday at 4pm"?

I'm trying to automate the update so people can be instantly informed which day the meeting is each month without me having to remember to update it, or without having to go into a Google calendar widget and map out all the meeting dates and whatnot.

 

thanks!

  • Author

Pretty much plain HTML, CSS with some JavaScript intertwined. It's very basic. I had a Google calendar thumbnail added to it, but we generally dont have enough events to merit using a calendar like that, our main activities would be the monthly meetings. I manually add notifications for special events so that's not a biggie. I update through Cpanels html Editor.

Edit: it could even be as simple as a script that calls on an image to be displayed. I could fix the image to a certain location and then the script could check the month, and call on the correct image. Open to suggestions.

Edited by Mikeshonda750f

i'm not a dev but had a similar thing for a menu for a care home that changed weekly and rotated on an 8 week basics. our dev made an an array and matched the week number/date and used php to echo today's date, traverse the array and find and display matching entries. Someone (not me :) ) could do the same in js. no doubt someone here can advise you

A simple thing to do in php. As @davep suggests, you just need to get today’s date and display the appropriate image caption for the next meeting.

You could use JS but it’s a bit more fiddly.

A developer could do this in a couple of hours.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.