@KristjanESPERANTO
Thanks for the advice.
I put a comment in the readme and placed the module in the 3rd-party module list.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MyWeatherForecast
-
RE: MMM-MyGarbage
@mickecarlsson
That is the risk of editing the .js file. ;-)
I’m glad you remembered and that you have corrected it.
Have fun! -
RE: MMM-MyWeatherForecast
@KristjanESPERANTO
The icons came from https://www.flaticon.com/search?word=weather partly clouded nightI will give MMM-OneCallWeather a look for the icons, but I hope I will stay unique.
-
RE: MMM-MyWeatherForecast
@waynerob11
Thank you for the nice words. I had the same problem and that is why I decided to write it myself. -
RE: MMM-MyGarbage
Today I published an updated version (v2.0.0) with CSV and iCal support.
Everything has been thoroughly tested, but if you encounter any issues despite this, please let me know. -
RE: MMM-MyWeatherForecast
@sdetweil
Hi Sam, I didn’t know of the existence of this module.
I wrote MyWeaterForecast because a lot of other mdules had to much, or I didn’t like the layout, etc…I’m currently working on IconSets, but that’s it.
Sorry for the resemblance. -
MMM-MyWeatherForecast
I’ve created a new weather module, named MyWeatherForecast. I wanted a simple weather module, free weather information, and not too much fuss.
It has language support. Currently for Dutch, English, French and German.I know, it’s one of many, but for me it’s nice and I hope you can enjoy it too!
MMM-MyWeatherForecast
This is a MagicMirror² module for weather information and an optional 4-day forecast.
It only uses the weather information from PirateWeather with a free API.Installation
Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules git clone https://github.com/htilburgs/MMM-MyWeatherForecast.git cd MMM-MyWeatherForecast npm installUpdate
When you need to update this module:
cd ~/MagicMirror/modules/MMM-MyWeatherForecast git pull npm installConfiguration
Go to the MagicMirror/config directory and edit the config.js file.
Add the module to your modules array in your config.js.{ module: "MMM-MyWeatherForecast", position: "top_right", header: "My WeatherForeCast", disabled: false, config: { apiKey: "PUT_API_KEY_HERE", latitude: "PUT_LAT_HERE", longitude: "PUT_LON_HERE", units: "metric", // metric or imperial showForecast: true, // Show 4 day forecast showLastUpdate: true, // Show when the data is last updated showSunTimes: true, // Show Sun up and Sun Down information lang: "en", // Select language nl, de, en, fr updateInterval: 10 * 60 * 1000 //Updates every 10 minutes } },- To get your latitude and longitude, you can go to https://www.latlong.net/
- To get your Pirate Weather API key, you can go to https://pirateweather.net/en/latest/
Versions
v1.0.0 - Initial release
-
RE: obsession with modul checker
@KristjanESPERANTO
Thanks, I didn’t know about this.
This is the result of running the script? -
RE: obsession with modul checker
After installing tsx (npm install tsx@4.21.0) it gave me a new error:
🔎 Running checks for 17 modules... ❌ Error: Command failed: npx tsx scripts/check-modules/index.ts [2026-01-23T17:25:32.134Z] [ERROR] [check-modules] Schema validation failed for modules.stage.4: /modules/6/keywords: must NOT have fewer than 1 items /modules/8/keywords: must NOT have fewer than 1 items /modules/15/keywords: must NOT have fewer than 1 items [2026-01-23T17:25:32.134Z] [ERROR] [check-modules] Schema validation failed for modules.stage.4: /modules/6/keywords: must NOT have fewer than 1 items /modules/8/keywords: must NOT have fewer than 1 items /modules/15/keywords: must NOT have fewer than 1 items