In winter the region transforms into a family-friendly winter sports area with 6.5 km of slopes. For tobogganers the rapid toboggan ride from Mostelberg to Sattel is an experience (every Saturday even at night). Snowshoe tours followed by dinner in one of our cosy mountain restaurants round off a wonderful day in the snow.
Weather forecast
No current data! Season start: 20.12.2025
Winter sports report
Snow report
n/a
Depth of snow
n/a
Snow condition
no info
Last snowfall
28.02.2025
Detailed forecast
`;
}
function buildSnowChart(forecasts) {
let locale = "en";
let snowList = document.createElement('ul');
snowList.classList.add('SnowChart');
for (let i = 0; i < forecasts.length; i++) {
let item = document.createElement('li');
item.setAttribute('data-js-tooltip', 'top');
const tooltipValue = getDayName(forecasts[i].date) + ': ' + forecasts[i].snow_sum_day + ' ' + forecasts[i].unit;
item.setAttribute('data-title', tooltipValue);
item.innerHTML = `
${getDayName(forecasts[i].date, locale)}${forecasts[i].snow_sum_day} ${forecasts[i].unit}
`
snowList.appendChild(item);
}
return snowList.outerHTML;
}
function getDayName(dateStr, locale) {
let date = new Date(dateStr);
return date.toLocaleDateString(locale, {weekday: "short"});
}
const hasMountainWeather = true;
const hasValleyWeather = false;
if (hasMountainWeather) {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_629.json", buildDomElement, document.getElementById('srfSnowChart'));
} else if (!hasMountainWeather && hasValleyWeather) {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_629.json", buildDomElement, document.getElementById('srfSnowChart'));
} else {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_629.json", buildDomElement, document.getElementById('srfSnowChart'));
}
const snowCheckboxes = document.getElementsByName('snowType');
snowCheckboxes.forEach(cb => {
cb.addEventListener('change', ev => {
if (ev.target.value === 'valley') {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_629.json", buildDomElement, document.getElementById('srfSnowChart'));
} else {
loadWeatherData("https:\/\/cdn2.myswitzerland.com\/meteo\/transformed\/resort_629.json", buildDomElement, document.getElementById('srfSnowChart'));
}
});
});
//]]>
Hit for kids: All children (6-16) get the ski or toboggan day pass at the sensational rate of CHF 19.
Snow sports hit for (re)beginners: "one, two, ski package", mountain railway, ski equipment plus ski lessons for the complete price of CHF 122 for adults and CHF 106 for children.