The winter temperatures are here to stay as Toronto’s weather forecast calls for some tough weather from this weekend.
Environment Canada has already issued an extreme cold warning for 6ix, as biting cold winds are expected to blow through the city tonight up to Saturday morning.
The gusts of wind will bring the temperatures down between -30 C to -35 C, so be sure to throw on all the knitted treats you got from grandma last Christmas.
Weather advice also warns Torontonians that extreme temperatures like these increase the chances of getting frostbite and hypothermia, so watch out for cold-related symptoms like chest pain, shortness of breath, any kind of muscle pain or weakness, numbness and discoloration in your fingers or toes.
The Weather Network predicts a “breeding ground” for cluttered storms in Ontario in the first few days of February.
According to their forecast for next week, TWN is calling for mild weather in northern Ontario, with freezing temperatures sweeping over the southern parts of the province.
Arctic air coming from western Canada will push eastward, with southern and eastern Ontario becoming the “battlefield between warm air and arctic air.” Sheesh.
So what does that mean for Toronto next week?
Snow is expected to fall on 6ix starting just the first day of February with about an inch of snow. Then comes Groundhog Day, which is expected to have about five to 10 inches of snowfall, and that may continue until Thursday, February 3rd.
Prepare to get your shovels out!
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
var ad1 = '
'; var ad2 = '
'; var ad3 = '
'; var ad4 = '
'; var ad5 = '
'; var ad6 = '
'; var ad7 = '
';
var bodyClassName="body-description"; var rebelltItemClassName="rebellt-item";
var pElements = document.querySelectorAll('.body-description p');
var wordCount = 0;
for (var i = 0; i < pElements.length; i++) { var element = pElements[i]; var parentElement = element.parentElement; var arr = element.innerText.split(" "); var isNotAd = true; for (var j = 0; j < arr.length; j++) { wordCount++; if (isNotAd) { if (wordCount === 120) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad1; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad1; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-1'); }); } else if (wordCount === 240) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad2; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad2; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-2'); }); } else if (wordCount === 380) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad3; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad3; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-3'); }); } else if (wordCount === 520) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad4; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad4; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-4'); }); } else if (wordCount === 660) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad5; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad5; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-5'); }); } else if (wordCount === 800) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad6; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad6; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-6'); }); } else if (wordCount === 940) { if (parentElement.classList.contains(bodyClassName)){ element.innerHTML += ad7; } else if (parentElement.classList.contains(rebelltItemClassName)){ parentElement.outerHTML += ad7; } isNotAd = false; googletag.cmd.push(function() { googletag.display('dt-content-ad-7'); }); } } } } }); window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){ var infinitead1 = '
'; var infinitead2 = '
'; var infinitead3 = '
'; var infinitead4 = '
';
var infiniteParent = document.querySelectorAll('.article-w-keep-reading .widget');
if (typeof(infiniteParent[0]) != 'undefined' && infiniteParent[0] != null) { infiniteParent[0].outerHTML += infinitead1; googletag.cmd.push(function() { googletag.display('infinite-ad-1'); }); }
if (typeof(infiniteParent[1]) != 'undefined' && infiniteParent[1] != null) { infiniteParent[1].outerHTML += infinitead2; googletag.cmd.push(function() { googletag.display('infinite-ad-2'); }); }
if (typeof(infiniteParent[2]) != 'undefined' && infiniteParent[2] != null) { infiniteParent[2].outerHTML += infinitead3; googletag.cmd.push(function() { googletag.display('infinite-ad-3'); }); }
if (typeof(infiniteParent[3]) != 'undefined' && infiniteParent[3] != null) { infiniteParent[3].outerHTML += infinitead4; googletag.cmd.push(function() { googletag.display('infinite-ad-4'); }); }
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
!function(p,r,e,s,b,d){p.pbq||(s=p.pbq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);},s.version='1.0',s.queue=[],b=r.createElement(e),b.async=!0,b.src="https://sr.studiostack.com/v3/services",d=r.getElementsByTagName(e)[0],d.parentNode.insertBefore(b,d))}(window,document,'script'); pbq('init', '250789');
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
let editProfile = document.querySelector('.gdpr-cookie-content'); let wrapper = document.querySelector('.rm-gdpr');
editProfile.addEventListener("click", function () { wrapper.classList.add('hidden') });
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
const supportPageOffset = window.pageXOffset !== undefined;
let previousScrollPosition = 0;
const isScrollingDown = () => { let scrolledPosition = supportPageOffset ? window.pageYOffset : isCSS1Compat ? document.documentElement.scrollTop : document.body.scrollTop; let isScrollDown;
if (scrolledPosition > previousScrollPosition) { isScrollDown = true; } else { isScrollDown = false; } previousScrollPosition = scrolledPosition; return isScrollDown; };
const handleNavScroll = () => { if(document.querySelector(".rumble-sticky--show")){ if (isScrollingDown() ) { document.querySelector(".rumble-sticky--show").classList.add("active");
} else { document.querySelector(".rumble-sticky--show").classList.remove("active"); } } };
var throttleTimer;
const throttle = (callback, time) => { if (throttleTimer) return;
throttleTimer = true; setTimeout(() => { callback(); throttleTimer = false; }, time); };
const mediaQuery = window.matchMedia("(prefers-reduced-motion: reduce)");
window.addEventListener("scroll", () => {
throttle(handleNavScroll, 10);
});
});
window.REBELMOUSE_LOWEST_TASKS_QUEUE.push(function(){
function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; }
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for(var i = 0; i