Module for weather forecast using Yandex Weather API
Features
🌡️ Current weather — temperature, “feels like”, wind speed/direction
📅 Daily forecast — up to N days with min/max temperatures and icons
⏰ Hourly forecast — configurable number of hours (disabled by default)
🎨 Customizable display — colored icons, fade effects, table size
🌍 Multi-language — Russian and English
🔒 Rate limit protection — built-in 50 req/day counter for free tier
Note: Humidity is not available in the Yandex Weather free tier and is not displayed.
Screenshot
[image: 1771335369613-example_1.png]
Prerequisites
MagicMirror² version 2.1.0 or higher
Yandex Weather API key (free tier supports up to 50 requests/day)
Getting a Yandex Weather API Key
Go to Yandex Weather API Console
Sign in with your Yandex account (or create one)
Subscribe to the API service and choose a plan (free “Test” plan is available)
Generate and copy your API key
Installation
cd ~/MagicMirror/modules
git clone https://github.com/isemenov/MMM-YandexWeather
cd MMM-YandexWeather
npm install --production
Update
cd ~/MagicMirror/modules/MMM-YandexWeather
git pull
npm install --production