Home > PRESIDENT TRUMP
88 views 12 min 0 Comment

‘Melania’ Producer to Newsmax: Movie Proving an ‘Incredible Success’

Tevin McLeod - January 31, 2026





By Newsmax Wires    |  
Saturday, 31 January 2026 07:21 PM EST

The new Amazon MGM documentary “Melania” is tracking toward a stronger-than-expected opening weekend of at least $8 million, a result that would mark the biggest debut for a documentary in 10 years.

Marc Beckman, the movie’s producer, told Newsmax’s “The Count” on Saturday that the opening weekend has been “such an incredible success.”

“It’s official,” he said. “We are the number one highest opening in the past decade for documentaries.”

The film, an inside look at first lady Melania Trump’s final 20 days leading up to President Donald Trump’s second inauguration last January, is also being billed as the most expensive documentary ever produced.

Beckman also said the film received “an A for something called the Cinema Score,” describing it as a measure of audience sentiment.

“It’s very rare for movies to score with an A,” Beckman said. “And we got it.”

Industry coverage projects “Melania” will finish No. 3 at the weekend box office, trailing only newcomers “Send Help” and “Iron Lung,” while edging out Jason Statham’s new action film “Shelter.”

That performance has surprised some anti-Trump analysts who had predicted the film would struggle, citing nearly empty seat maps ahead of release.

Instead, the documentary appears to be resonating with conservative audiences, particularly in the South and south-central regions.

A targeted marketing push toward older conservatives culminated in a high-profile Washington, D.C., premiere Thursday night attended by Trump and a crowd of prominent supporters.

Demographically, the film’s box-office strength is being driven overwhelmingly by older women. Those 55 and above accounted for 72% of opening-day moviegoers, while 78% of all ticket buyers were 55 or older.

The first lady, during the movie’s premiere at the Trump-Kennedy Center, said that “Some have called this a documentary. It is not.

“My film is a very deliberate act of authorship,” she said. It is a created experience that offers perspectives, insights, and moments that only few have seen.”

Asked what audiences can expect, Beckman said the film follows the first lady through meetings with family, business engagements, and philanthropic work as she prepares to return to the White House.

“What we did was we profiled her life for 20 days as she goes through meetings with her family, events with her family and her loved ones, her business,” Beckman said.

He said the film also includes footage from behind-the-scenes security planning sessions.

“This trip takes people into meetings that they’ve never seen before, like you saw in the trailer, Secret Service meetings,” Beckman said, adding that viewers see how officials prepared to protect the first family “on the coattails of two assassination attempts.”

Beckman said one standout moment comes when President Trump speaks about his legacy.

“He’s saying his legacy is to be a peacemaker,” Beckman said. “And then she adds, and unifier.”

He said the film highlights the first lady’s work ethic and dedication to family.

“We see this person who I’ve known for over 20 years, who’s a hard-working person,” Beckman said, calling her “so devoted to family.”

Host Krysia Lenzo closed the segment by congratulating Beckman and wishing him continued success through the weekend.

“I appreciate your viewership support as well,” Beckman said.

GET TODAY NEWSMAX :

NEWSMAX is the fastest-growing cable news channel in America with more than 30 million people watching!

Reuters Institute reports NEWSMAX is one of the top news brands in the U.S.

You need to watch NEWSMAX today.

Get it with great shows from Rob Schmitt, Greta Van Susteren, Greg Kelly, Carl Higbie, Rob Finnerty – and many more!

Find the NEWSMAX channel on your cable system – Go Here Now

BEST OFFER:

Sign up for NEWSMAX and get NEWSMAX, our streaming channel NEWSMAX2 and our military channel World at War.

Find hundreds of shows, movies and specials.

Even get Jon Voight’s special series and President Trump’s comedy programs and much more!

Watch NEWSMAX on your smartphone or home TV app.

Watch NEWSMAX anytime, anywhere!

Start your FREE trial now: NewsmaxPlus.com


© 2026 Newsmax. All rights reserved.



Newsmax-Tv


The new Amazon MGM documentary “Melania” is tracking toward a stronger-than-expected opening weekend of at least $8 million, a result that would mark the biggest debut for a documentary in 10 years.


mark beckman, melania trump, movie, debut, success, opening, documentary


663


Saturday, 31 January 2026 07:21 PM


2026-21-31


Saturday, 31 January 2026 07:21 PM

Join the Newsmax Community

 


Free Newsmax E-Alerts

Privacy: We never share your email.

 

 \
\
\
‘;

var showDesktop = true;
var showMobile = false;
var enabled = false;

if (showMobile && (window.innerWidth <= 992)) { enabled = true; }
if (showDesktop && (window.innerWidth > 992)) { enabled = true; }

if (enabled) {
// Append template
jQuery(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”).html(playerTemplate);

// Schedule
(function ($, d) {

var schedule = {
data: {},
endpoint: ‘/CMSPages/NewsMax/Handlers/TVScheduleHandler.ashx’,
limit: ‘2’, //how many shows to display

parse: function (v) {
var datetime = v.ShowDateTime.split(‘T’);
(!this.data[datetime[0]]) ? this.data[datetime[0]] = new Array() : [];
this.data[datetime[0]].push(v);
},

createSchedule: function () {
var schedule = $(‘#NMTVplayer-schedule’);
schedule.empty();
var tpl=””;
schedule.append(tpl);
},

populate: function (s) {
var _this = this;
var count = 0; //used to show the categories

function template(o, j) {
return ” +
” + moment(o.datetime).format(‘LT’).replace(” AM”, “a ET”).replace(” PM”, “p ET”) + ‘ • ‘ +
” + o.title + ” +
”;
}

s = s[Object.keys(s)[0]].concat(s[Object.keys(s)[1]]); // Get data for today and tomorrow
//console.log(Object.keys(s)); // display shows array on console
s = s.slice(0, _this.limit); // Only get the limit!

$.each(s, function (j, o) {
var nmSubtitle = “”;

if (o.Episode == o.Program) {
nmSubtitle = “”;
} else {
nmSubtitle = o.Episode;
}
var program = {
datetime: o.ShowDateTime,
title: o.Program,
description: o.Description,
subtitle: nmSubtitle
};

if (count == 0) {
$(‘#schedule’).append(‘On Now:’);
} else if (count == 1) {
$(‘#schedule’).append(‘Coming Up:’);
}
$(‘#schedule’).append(template(program, j));
count = count + 1;
});
},

scrollUp: function () {
var target = $(‘#NMTVplayer-schedule’);
$(‘html, body’).animate({
scrollTop: target.offset().top – 100
}, 1000);
},

init: function (ms) {
var _this = this;
var hash = (ms) ? “?h=” + ms : “”;
$.getJSON(_this.endpoint + hash, function (data) {
$.each(data, function (i, v) { _this.parse(v); });

_this.createSchedule();
_this.populate(_this.data);
});

}
};

// Initialize
schedule.init();

// Intervals
var everyInterval = 1860000; // 31 Minutes
var nextInterval = Math.abs(moment().endOf(‘hour’).toDate() – moment().toDate());
window.setTimeout(function () {
schedule.init(Date.now());
window.setInterval(function () {
schedule.init(Date.now());
}, everyInterval);
}, nextInterval);
})(window.jQuery, this)

if (typeof akamai == “undefined”) {
jQuery.getScript(‘https://amp.akamaized.net/hosted/1.1/player.esi?apikey=newsmax&version=9.1.36’, function () {
loadVideoPlayer(); // run once loaded!
});
}
}

function loadVideoPlayer() {
var config = {
playbackOrder: [“hls”, “dvr”, “audio”, “default”],
autoplay: true,
muted: true,
captioning: { enabled: true },
playsinline: true,
autoplayPolicy: “muted”,
media: {
title: “Newsmax TV Live”,
source: [{
src: “https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8”,
type: “application/x-mpegURL”
}],
track: [{
kind: “captions”,
type: “text/cea-608”,
srclang: “eng”
}]
},
cmcd: {
contentId: “newsmaxlive”
},
plugins: {
ima: {
resources: [{
src: “//imasdk.googleapis.com/js/sdkloader/ima3.js”,
debug: “//imasdk.googleapis.com/js/sdkloader/ima3_debug.js”,
type: “text/javascript”,
async: true
},
{
src: “${paths.plugins}ima/Ima.min.js”,
debug: “${paths.plugins}ima/Ima.js”,
type: “text/javascript”,
async: true
}],
adTagUrl: “https://pubads.g.doubleclick.net/gampad/live/ads?iu=/6305169/Newsmax/Video/livestream&description_url=http://www.newsmax.com&tfcd=0&npa=0&sz=640×480&gdfp_req=1&vpos=preroll&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&vpmute=1&plcmt=1″
},
googleanalytics: {
resources: [
{
src: “https://www.googletagmanager.com/gtag/js?id=G-MDSEMR3DWD”,
type: “text/javascript”,
async: true,
},
{
src: “#{paths.plugins}googleanalytics/Googleanalytics.js”,
type: “text/javascript”,
async: true,
},
],
trackingId: “G-MDSEMR3DWD”,
mode: “gtag”,
events: {
video: [
{
type: “started”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
{
type: “ended”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
],
ads: [
{
type: “adstarted”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
},
},
{
type: “adended”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
}
}
]
}
}
}
};

function createVideoPlayer() {
var amp = akamai.amp.AMP.create(“amp”, config, function (event) {
amp = event.player;
const defaults = {
visible: false,
fontFamily: “proportionalSansSerif”,
fontSize: “med”,
fontColor: “white”,
fontOpacity: “100%”,
edgeType: “rightShadow”,
edgeColor: “black”,
edgeOpacity: “50%”,
backgroundColor: “black”,
backgroundOpacity: “0%”,
windowColor: “black”,
windowOpacity: “50%”,
scroll: “popout”
}
if (amp.captioning != null)
amp.captioning.changeSettings(defaults)
//alternatevely settings can be refreshed by clearin local storage key
//localStorage.removeItem(“akamai_amp”);
});
// once created detach scroll event
window.removeEventListener(“scroll”, onscroll, { passive: true })

window.addEventListener(“nmtvplayer_toggleFullscreen”, toggleFullScreen, { passive: true });
window.addEventListener(“nmtvplayer_listen”, listenBtn, { passive: true });
}

function onscroll(event) {
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);

// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
createVideoPlayer();
}

window.addEventListener(“scroll”, onscroll, { passive: true });


function readyHandler(event) {
amp = event.player // exposes player instance to DOM
}

function toggleFullScreen() {
return jQuery(“#amp”)[0].amp.enterFullScreen();
}

function toggleMute() {
const player = jQuery(“#amp”)[0].amp;
return player.muted ? player.unmute() : player.mute()
}
function listenBtn() {
if (jQuery(“#amp”)[0].amp.muted) {
document.getElementById(“listen-btn”).innerHTML = “Mute”;
} else {
document.getElementById(“listen-btn”).innerHTML = “Listen”;
}

toggleMute();
return
}

// Run onscroll incase the video is already showing
onscroll();
};
})();


Saturday, 31 Jan 2026 18:52 PM


Trump adviser Dick Morris said “1,350 people in custody in Minnesota jails” who “are here illegally” should be “quietly  . . .


Saturday, 31 Jan 2026 19:04 PM


The recent federal response to protests and enforcement operations in Minnesota appears to have eased tensions, at least . . .



Source link

Post Views: 102

PREVIOUS

Dick Morris to Newsmax: Jail Deportations Predicted in Minnesota

NEXT

32 Gazans said killed in wave of strikes as IDF responds to truce violation
Related Post
March 28, 2026
Morris to Newsmax: Schumer, Dems’ Protests ‘Endanger Travelers’
May 2, 2026
Ahead Of Trump-Xi Summit, Beijing Tells Chinese Firms To Ignore U.S. Sanctions On “Teapot” Refineries
February 20, 2026
Donald Trump Hosts Governors at White House
January 25, 2025
President Trump Delivers Remarks Upon Departure
Comments are closed.
John Michael Chambers

DISCLAIMER

The material contained on this website represents the opinion, analysis and/or commentary of JMC, John Michael Chambers and its aggregated content and resources, and is intended to provide the viewer with general information only and nothing should be considered as providing medical, financial, or other advice. JMC, John Michael Chambers strives to deliver wartime updates and opinion commentary that empowers and informs viewers. JMC, John Michael Chambers is dedicated to the rule of law and upholding the U.S. Constitution and does not endorse violence or discrimination in any form. This is NOT an official government or military website. This is not a news network.

© 2026 John Michael Chambers All rights reserved.