`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = article[0].title.rendered; document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });

Nick Grimshaw and BBC Sound Of winner Sam Smith joke about Lily Allen’s ‘big mouth’

The singer, who is related to the winner, announced the news a day early

BBC Radio 1 Breakfast Show presenter and singer Sam Smith have joked about Lily Allen’s “big mouth”, after she announced the winner of the BBC’s Sound of 2014 award a day early.

Sam Smith, known for his appearance on Disclosure’s hit ‘Latch’ and Naughty Boy’s ‘La La La’, was today (January 10) officially named as the winner of the ones-to-watch prize, which is awarded from a shortlist picked by 170 UK-based critics, broadcasters and bloggers.

Advertisement

“I can reveal the worst kept secret thanks to Lily Allen’s big mouth yesterday on Twitter that the recipient of the Sound Of 2014 is… Sam Smith,” Nick Grimshaw said on his show this morning.

The BBC had been building up to the announcement all week, however after reading a post on Popjustice predicting the winner, Allen thought the announcement had been made officially and tweeted congratulations to Smith to her 4.5 million followers yesterday (January 9).

Speaking on the BBC Radio 1 Breakfast Show this morning, Smith revealed that the pair are third cousins, but that they have never met because his family is “huge”.

Last year, Haim won BBC Sound Of 2013. They went on to sell more than 100,000 copies of September’s debut album ‘Days Are Gone’ in the UK.

Smith is also the winner of this year’s Brits Critics’ Choice Award, which he said left him feeling “overwhelmed”.

Recommended

The final placing of the BBC Sound Of 2014 list is as follows:

1: Sam Smith
2: Ella Eyre
3: Banks
4: Sampha
5: George Ezra

NME’s own tips for 2014 are revealed in full in this week’s magazine.

Subscribe to NME here, or get this week’s digital issue
NME

Listen – The 40 New Bands You Need To Know In 2014

Advertisement

Gallery – 40 New Artists To Get Excited About In 2014

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories