Pete Delkus' 'Everyone in McKinney Is Dead' Meme Has Its Own Merch Now (2024)

WFAA meteorologist Pete Delkus is having some real fun with his most recent viral moment.

By Danny Gallagher

August 19, 2023

We have a favor to ask

We're in the midst of our summer membership campaign, and we have until August 25 to raise $5,500. Your contributions are an investment in our election coverage – they help sustain our newsroom, help us plan, and could lead to an increase in freelance writers or photographers. If you value our work, please make a contribution today to help us reach our goal.

Contribute Now

Progress to goal

$5,500

$2,200

Pete Delkus' 'Everyone in McKinney Is Dead' Meme Has Its Own Merch Now (2)

Audio By Carbonatix

`,`

Related

  • Fort Worth Actress Shelley Duvall Dead at 75

`,`

Related

  • A New View for the Dallas Contemporary: Lucia Simek Steps Up as Interim Director

`,`

Related

  • Bad Dads? Crowne Plaza Hotel Downtown Evicts Hundreds of Gay Partiers

`,`

Related

  • Dallas Journalist Paul Salfen Goes All In With a New Book on the Stars

`,`

Related

  • A 'Butterfly Stop' Art Installation Takes Center Stage at Frisco’s New Kaleidoscope Park

`,`

Related

  • Six Flags Over Texas Opens Two New Family Rides This Weekend

`,`

Related

  • How The Team Behind Texas Documentary Water Wars Crafted an Award-Winning Movie

`,`

Related

  • Arlington Author Shaun Hamill Brings Broken Magic in Dissonance

`,`

Related

  • Balancing the Books: Author Sanderia Faye Is Quietly Building Dallas' Literary Community

` ];

There's a hierarchy to meme-dom. There's becoming a meme and there's the rarely reached "merch" level, where someone co-opts your 15 minutes of fame.

That's the level where your most embarrassing photo or funniest criminal mugshot gets put on apparel, coffee mugs, keyboard cozies or pretty much anything that can be uploaded and sold on Etsy. Well, WFAA weatherman Pete Delkus has reached that elusive level.

A few weeks ago during one of our trademark heat waves, Delkus noticed an obvious typo on his weather map during one of his reports on the heat index. That's something, considering that the lowest heat index that day bottomed out at 100 degrees.

The heat index on the map reported that the poor city of McKinney was experiencing a heat index of "101,105 degrees." Delkus noticed it and deadpanned, "Everyone in McKinney is dead." Pure Delkus.

Well, you can guess what the internet did from there. The video got tossed around from one social media account to another like a pair of balled-up socks in a furious rainy day game of "hot potato." Three weeks later, it's on merch.

Delkus posted photos on his Facebook page of someone at the gym sporting a Delkus T-shirt complete with a photo of the weatherman's viral moment and beneath it the phrase, "I survived 101105° F in McKinney." Then on the back, the shirt sports Delkus'famous quote about the Collin County city — a nightmare scenario that will probably happen in the distant, dire future if we keep ignoring the existence of climate change.

It's not known if the shirts are available for purchase outside of buying one of those printed, iron-on shirt decals. If he's smart, Delkus could have a machine-wash-only goldmine on his hands if he can get out ahead of the "Big-Tee" corporate mechanism that flooded the market with useless Alf shirts in the '80s.

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['17284699'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['17284699'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['17284699'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

Pete Delkus' 'Everyone in McKinney Is Dead' Meme Has Its Own Merch Now (2024)

FAQs

Is McKinney considered Dallas? ›

McKinney is a city in and the county seat of Collin County, Texas, United States. It is Collin County's third-largest city, after Plano and Frisco. A suburb of the Dallas–Fort Worth metroplex, McKinney is about 32 miles (51 km) north of Dallas.

Did Pete Delkus retire? ›

The rumors are true. I'm leaving WFAA. Tonight at 10pm will be my last newscast and it will be a sight to see.

Is McKinney Tx expensive to live? ›

The report showed McKinney to have a cost-of-living estimate of $70,778 and a median household income of $113,286. The higher than average household income and lower than average cost of living helped the city earn the top spot on the list.

Why is McKinney, Texas famous? ›

McKinney is home to one of the oldest and most active, thriving historic downtowns in Texas. The downtown commercial district offers more than 120 unique small businesses and more than two dozen locally-owned-and-operated restaurants that offer some of the best dining in North Texas.

What is considered Dallas? ›

Dallas is situated in the Southern United States, in North Texas. It is the county seat of Dallas County and portions of the city extend into neighboring Collin, Denton, Kaufman, and Rockwall counties.

Is McKinney, TX a wealthy area? ›

The per capita income in McKinney in 2022 was $49,773, which is wealthy relative to Texas and the nation.

Is Frisco considered Dallas? ›

Frisco is a city in the U.S. state of Texas, located in Collin and Denton counties. It is part of the Dallas–Fort Worth metroplex (DFW) and about 25 miles (40 km) from both Dallas Love Field and Dallas/Fort Worth International Airport.

What cities belong to Dallas County? ›

Cities
  • Addison.
  • Balch Springs.
  • Carrollton.
  • Cedar Hill.
  • co*ckrell Hill.
  • Combine.
  • Coppell.
  • Dallas.

Top Articles
Un agriculteur qui avait tué un cambrioleur bénéficie d’un non-lieu au nom de la légitime défense
Golo Shop Online | Golo Price | Golo Discount Code | GOLO
Spasa Parish
Rentals for rent in Maastricht
159R Bus Schedule Pdf
Sallisaw Bin Store
Black Adam Showtimes Near Maya Cinemas Delano
Espn Transfer Portal Basketball
Pollen Levels Richmond
11 Best Sites Like The Chive For Funny Pictures and Memes
Things to do in Wichita Falls on weekends 12-15 September
Craigslist Pets Huntsville Alabama
Paulette Goddard | American Actress, Modern Times, Charlie Chaplin
What's the Difference Between Halal and Haram Meat & Food?
R/Skinwalker
Rugged Gentleman Barber Shop Martinsburg Wv
Jennifer Lenzini Leaving Ktiv
Justified - Streams, Episodenguide und News zur Serie
Epay. Medstarhealth.org
Olde Kegg Bar & Grill Portage Menu
Cubilabras
Half Inning In Which The Home Team Bats Crossword
Amazing Lash Bay Colony
Juego Friv Poki
Dirt Devil Ud70181 Parts Diagram
Truist Bank Open Saturday
Water Leaks in Your Car When It Rains? Common Causes & Fixes
What’s Closing at Disney World? A Complete Guide
New from Simply So Good - Cherry Apricot Slab Pie
Drys Pharmacy
Ohio State Football Wiki
FirstLight Power to Acquire Leading Canadian Renewable Operator and Developer Hydromega Services Inc. - FirstLight
Webmail.unt.edu
2024-25 ITH Season Preview: USC Trojans
Restored Republic December 1 2022
12 30 Pacific Time
Jami Lafay Gofundme
Litter-Robot 3 Pinch Contact & Dfi Kit
Greenbrier Bunker Tour Coupon
No Compromise in Maneuverability and Effectiveness
Crystal Westbrooks Nipple
Ice Hockey Dboard
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Wie blocke ich einen Bot aus Boardman/USA - sellerforum.de
Craigslist Pets Inland Empire
Infinity Pool Showtimes Near Maya Cinemas Bakersfield
Hooda Math—Games, Features, and Benefits — Mashup Math
Dermpathdiagnostics Com Pay Invoice
How To Use Price Chopper Points At Quiktrip
Maria Butina Bikini
Busted Newspaper Zapata Tx
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 6328

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.