import wixData from 'wix-data'; $w.onReady(function () { // Query the 'news' collection wixData.query('news') .find() .then((results) => { // Structure the data into RSS XML format const items = results.items.map(item => ` ${item.title} `).join(''); const rss = ` News RSS Feed https://www.stmaryswaynepa.org/chimes-rss Latest news updates ${items} `; // Serve the RSS XML content $w('#rssContent').html = rss; }) .catch((err) => { console.error('Error retrieving news:', err); }); });
top of page

Christmas Eve - Family Service with Pageant

This is a fairly large, well attended service with extra elements. A few things are worth keeping in mind.

  • It takes around 40 minutes to light all of the votives. The tapers burn out pretty quickly so extra need to be on hand. Alternatively, one person purchased a USB chargable electric lighter that can be used to speed things up.

  • At least three acolytes are needed. Note that many of the younger members will be in the pageant so they may not be available for double duty.

  • Due to the number of people attending it can be helpful to have extra Eucharistic Ministers to hand out communion. In 2024 we had two people administering the host and three people administering chalices.

  • Candles are passed out following communion. During Silent Night the acolytes go down the center aisle with tapers, lighting the first candle in each row.

bottom of page