Set up a garbage day reminder tile

Turn a dashboard tile red the evening before garbage day, and green again once the task is marked complete.

Best for: A household using a shared dashboard that already displays other status tiles, with a consistent weekly collection schedule.

Not for: A household without any shared dashboard; a simple phone notification may be a better fit in that case.

Why this exists

A phone notification about trash day is easy to dismiss and forget. A tile that stays a visible color until the task is actually done gives a persistent reminder instead of a one-time alert, without needing any new hardware.

What I used

Job Good enough Never think about it Notes
Track and display the reminder No personally verified recommendation yet No personally verified recommendation yet This only needs a virtual switch or variable and a dashboard tile; no physical hardware is required.

See recommended gear for the job-first checklist. Product recommendations and any future affiliate relationships are explained in the disclosure.

Logic

IF it is the evening before collection day THEN turn on the "garbage out" virtual switch (tile turns red on the dashboard) IF the tile is tapped OR it is the morning after collection day THEN turn off the "garbage out" virtual switch (tile returns to its normal color)

Setup notes

  1. Create a virtual switch or variable to represent the reminder’s state.
  2. Add a dashboard tile linked to that switch, with a clear color difference between the “needs attention” and “done” states.
  3. Schedule the switch to turn on the evening before the actual collection day.
  4. Confirm tapping the tile turns the switch back off, so the household has a simple way to clear the reminder.
  5. If the collection schedule changes for holidays, consider checking a published collection calendar as a condition before the reminder fires.

Advanced features

Multiple collection types

Create a separate virtual switch and tile for each collection type, such as trash, recycling, and yard waste, since they often run on different days or frequencies.

Auto-reset after collection

Add a second automation that turns the switch off automatically the morning after collection, in case the tile was never tapped, so it does not stay stuck on for the rest of the week.

Failure modes

Done when

FAQ

What happens if I forget to mark the tile as done?

The tile stays red until it is tapped or an auto-reset automation clears it the next morning. Either way, nothing is lost; the reminder simply persists until acknowledged.

Can I track more than one type of collection with this?

Yes, create a separate virtual switch and tile for each collection type, such as trash, recycling, and yard waste, since they often run on different schedules.

Should this account for holiday schedule changes?

If the local collection service publishes a calendar, checking it as a condition avoids a false reminder on a week when collection is skipped. Otherwise, the reminder runs on a fixed weekly schedule.