Hazardous Weather Conditions

Current conditions at

Merrill, Merrill Municipal Airport (KRRL)

Lat: 45.2° N Lon: 89.71° W Elev: 1302 ft.

Overcast

65°F

18°C

Humidity 98%
Wind Speed SW 9 mph
Barometer 29.90 in
Dewpoint 65°F (18°C)
Visibility NA
Last update 15 Sep 9:15 am CDT
Detailed forecast for

Lincoln County

Today
Mostly cloudy in the morning then becoming partly cloudy. Highs in the lower 70s. West wind 10 to 20 mph with gusts to around 30 mph.
Tonight
Mostly clear in the evening. Northwest wind 5 to 10 mph in the evening.
Wednesday
Wednesday Night
Thursday
Thursday Night
Friday
Friday Night
Saturday
Saturday Night
Sunday
Sunday Night
Monday




Basemap Options
Click map to change the forecast location
Loading map...
922 AM CDT Tue Sep 15 2026
 
 

Additional Resources

Radar & Satellite Image

Link to Local Radar Data Link to Satellite Data

Hourly Weather Forecast

National Digital Forecast Database

'); } catch(ctcherr) { var wjson = null;err=true; console.log('catch err - '+ctcherr); } //-------------------- set base functions ----------------// function getCardinal(ang) { var a = Math.floor((parseInt(ang)+22.5)/45); //returns 0-8 switch (a) { case 0: case 8: return 'N';break; case 1: return 'NE';break; case 2: return 'E';break; case 3: return 'SE';break; case 4: return 'S';break; case 5: return 'SW';break; case 6: return 'W';break; case 7: return 'NW';break; } } function getClass(wim) { wim = wim.replace(/\.[^/.]+$/, ""); //strip off file name if (wim.substring(0, 1) == "n") { return 'night'; } else { switch (wim) { case "NULL": case "": default: return 'clear2'; break; case "bkn": case "few": case "skc": case "sct": return 'clear1'; break; case "sn": case "fc": case "fzra": case "fzra_sn": case "hi_tsra": return 'rain1'; break; case "hi_shwrs": case "minus_ra": case "ra": case "ra_fzra": case "ra_sn": case "raip": case "scttsra": return 'rain2'; break; case "blizzard": case "hz": case "fg": case "ovc": case "shra": case "tor": case "snip": return 'cloud'; break; } } } function getBG(wim) { var rimg = "" wim = wim.replace(/\.[^/.]+$/, "").replace(/^n+/, ""); //strip off file name if (wim.substring(0, 2) == "ra") { rimg = 'clouds_rain'; } else { switch (wim) { case "NULL": case "": rimg = ''; break; case "blizzard": case "sn": case "snip": rimg = 'clouds_snow'; break; case "hi_tsra": case "scttsra": case "shra": case "minus_ra": case "tsra": rimg = 'clouds_rain'; break; case "few": case "sct": case "skc": rimg = 'clouds_light'; break; default: rimg = 'clouds'; break; } } return (rimg=='')?"":""; } if ($("#weathercontent").length){ // ---------------------- WEATHER PAGE -------------------- var chtml = ""; //--------------------- create display ---------------------// if (err) { //missing data, throw error chtml = "There Was An Error Retrieving Weather Data. Please Try Again Later"; } else { var c = wjson.currentobservation; if (c.Temp=="NA") { //bad data, throw error (hide current temp) chtml = ""; } else { //good data, continue chtml = ""+getBG(c.Weatherimage)+"Current Observation"+((c.Weatherimage!="NULL")?"":"")+""+((c.Weather!=" Unknown Precip")?c.Weather:"")+""+c.Temp+"°Tomahawk, WIWeather Data Provided By The National Weather Service
"+c.name+" ("+c.latitude+", "+c.longitude+")
Last Updated: "+c.Date+"
Weather StatsHumidity: "+c.Relh+"%Dew Point: "+c.Dewp+"°FWinds: "+c.Winds+"mph "+((c.Winds>0)?getCardinal(c.Windd):"")+"Gusts: "+c.Gust+""+((c.WindChill!="NA")?"Wind Chill: "+c.WindChill+"°F":"")+"Visibility: "+c.Visibility+" miBarometer: "+c.SLP+" in
"; } chtml+= ""; //Forcast for (x=0;x"+wjson.data.weather[x]+" - "+wjson.time.tempLabel[x]+" "+wjson.data.temperature[x]+"°"+wjson.data.text[x]+"
"; } if ((wjson.time.startPeriodName.length-5)>0) { for (x=5;x"+wjson.data.weather[x]+"
"+wjson.time.tempLabel[x]+" "+wjson.data.temperature[x]+"°
"; } } chtml+= "
" } $("#weathercontent").html(chtml); }; if ($("#weatherwidget").length){ // ------------------------------- HOME PAGE SIDEBAR ----------------------- var chtml = ""; //--------------------- create display ---------------------// if (err) {//missing data, throw error chtml = ""; } else { var c = wjson.currentobservation; if (c.Temp=="NA") { //bad data, throw error chtml = ""; } else { //Good Data, Continue chtml = ""+((c.Weatherimage!="NULL")?"":"")+"Tomahawk, WI"+c.Temp+"°"+((c.Weather!=" Unknown Precip")?c.Weather:"")+"
Click Here To View Full Weather Details And Extended Forcast
"; } } $("#weatherwidget").html(chtml); }; }; try { //try weather functions, gracefull on error weatherpgfunctions(); } catch(ctcherr) { console.log(ctcherr); } try { //try running all embeded scripts, gracefull on error $("#ajax-container .z-script").each(function(){ eval($(this).val()); }) } catch(ctcherr) { console.log(ctcherr); } ///////-------------------------------- END OF INITSCRIPTS BLOCK --------------------------/////// }; ///// -------------------------- MEDIA PLAYER BLOCK ----------------- ///// var playerinstance = new MediaElementPlayer('#playerinstance'); /*$('#playerinstance').mediaelementplayer({ alwaysShowControls: true, features: ['playpause','volume','progress'], audioVolume: 'horizontal', audioWidth: 390, audioHeight: 30 });*/ var adtimeout; function audiolink_init(lobj) { //passover for any audio links clearTimeout(adtimeout); var audioinfo = { 'datatype': $(lobj).data('linktype'), 'href': $(lobj).attr('href'), 'title': $(lobj).attr('title') }; //var thehref = $(lobj).attr('href'); var thetitle = $(lobj).attr('title'); playerinstance.pause(); playerinstance.remove(); playerinstance = new MediaElementPlayer('#playerinstance'); playerinstance.setSrc(((audioinfo.datatype=='mp3')?audioinfo.href:window.streamurl)); playerinstance.load(); playerinstance.play(); $(".playercaption #captiontext").html("Now Playing: "+audioinfo.title); $(".playeradbanner").show("drop","right",400); adtimeout = setTimeout(function() { $(".playeradbanner").hide("drop","right",600); },8000); }; $(".playeradbanner").hide(); function popPlayer(linkobj) { //passover for pop out mp3 player window.open($(linkobj).attr('href')); }; ///// --------------------------- END MEDIA PLAYER BLOCK ---------------------- ////// initscripts(); ///---------- RUN INITSCRIPTS (Starts all javascript plugins and functions for content in the ajax-container, this is for initial page load before History Plugin takes over managing page loads. Place at very end of javascript code in this section.) });




Disclaimer: All information is deemed reliable but not guaranteed and should be independently verified.
Neither WJJQ nor By Request LLC shall be held liable for any typographical errors, misinformation, or misprints.
© 2026 WJJQ
81 East Mohawk Drive
Tomahawk, WI 54487
Phone: (715) 453-4482
Email: wjjq@wjjq.com

Stay Connected!


Listen Live While On The Go!
Stream 92.5FM Live To Your Mobile Device.
Get it on Google Play Download From The App Store

Public Inspection Files
FM 92.5 | AM 810
  
Now Playing: WJJQ Radio LiveStream
WJJQ Player Sponsored By: