Hi,
I`m searching for a module which shows my local data from my weatherstation (ecowitt clone), similar to this one, but directly from my local station and not by using any cloud service. mmm- WunderGround-PWS-Observations
This could be happen by using the FOSHK plugin or weewx.
I know that there is a module to show soil-moisture from ecowitt stations. That would be a possibility if you can expand it to use all of the other data like temperature, wind, …
Kind regards
Florian
Hello
Do anyone of you know a MM module to display the data of a DHT22 AM2302 temperature and humidty sensor on a Raspberry 4 with Debian 12 bookworm?
It seems that it is not so trivial with this version and I am not sure that the provided DHT22 modules on https://modules.magicmirror.builders/ manage this PI OS version.
Thanks in advance and greeting !
Cédric
The default Calendar module on my MM keeps randomly refreshing multiple times.
The issue started prior to the last MM update and I thought the issue would be fixed post upgrading to 2.33, but the module still does it.
My MM was also running on Debian12 on an Asus NUC and has worked without issue since the previous MM version.
With the issue continuing post 2.33, I thought i’d upgrade to Debian13, but the issue persists.
My config.js file has a fetchInterval value of 300000ms (5min) for the calendar module.
I took a video of showing the occurrence, but the file is too big to upload.
Would someone have any idea or an explanation as to why it would behave like this?
I am using the default weather module and accessing the Weather.gov option to give me both the current weather and the forecast using “current” and forecast options. They are stacked one above the other.
About a month ago the “current” option quit working and I am leaning toward NWS changing the API to a different term. Does anyone have experience with that module using weather.gov as who they are pulling the data from that might have some insight?
I am in the process of getting an older MM up to date and doing some tweaking of individual modules while I am at it.
When I load config.js file into VS Code, it looks like two instances of Code launch but the Pi appears to lock up and become unresponsive and I have to toggle power to get it to reset.
I say “it looks like” because the locked up Pi shows two instances of Code in the Pi OS version of the task bar.
The mirror runs fine, does what it is supposed to do, and I can edit the config file in one of the other editors with no issues.
I did uninstall and reinstall Code but that did not help.
Hi, I have some issues with the Newsfeed module. I always get the messsage “error in module newsfeed - please check logfile”
Where can I check the logfile?
My config: ```
{
module: "newsfeed",
position: "bottom_bar",
config: {
feeds: [
{
title: "Radio Mülheim",
url: "http://www.radiomuelheim.de/lokalnachrichten.xml",
},
{
title: "Tagesschau",
url: "http://www.tagesschau.de/xml/rss2"
},
],
showSourceTitle: true,
showPublishDate: true,
reloadInterval: 600000,
updateInterval: 15000,
}
},
{
Bonjour à tous,
Je reprends mon projet Magic Mirror en stand bye depuis un certain temps :)
Aujourd’hui, je rencontre un problème avec les modules :
MMM MarineWeather
MMM OneCallWeather
Ces deux modules ne se lancent pas et sont bloqués sur “Chargement…”
Je mes suis bien inscris sur https://home.openweathermap.org/api_keys
afin d’obtenir une nouvelle clé One Call API 3.0
Si vous avez des pistes…
MERCI par avance :)
Greetings,
I am trying to adjust the temperature font on my ds18b20 using the MMM-temp-ds18b20 module I’d like the temperature font to be a size much larger than x-large, roughly 3 times that size. I have the font size of 80px set for ChameleonWeather, and that’s the size I’d like for my indoor temp sensor.
I’m unable to locate using the developers windows, but am unable to drill past because the developers window keeps resetting.
Any suggestions?
Thanks,
Brian
I have researched the best Raspberry Pi models for the past few days because I want to set up a MagicMirror at home. I read reviews on tech blogs, YouTube channels, and trusted forums, and they are marking these two as the best options:
Vilros Raspberry Pi 5
https://www.amazon.com/Vilros-Raspberry-Starter-Kit-MAX/dp/B0D232HN74
Raspberry Pi 5 8GB
https://www.amazon.com/Raspberry-Pi-8GB-SC1112-Quad-core/dp/B0CK2FCG1K
However, I am having trouble deciding which one would best suit my needs and need your expert advice. I plan to use the MagicMirror for displaying calendar, weather, news, and home automation controls.
So which one should I buy? Any recommendation would be greatly appreciated.
Thanks in advance!
Hey Folks
I cant seem to get MMM-Spotify to work at all.
First it started with not being able to generate a user token, as the callback routing always resulted in a unknown URL. So I found an alternate way to generate a token. There is nothing in the logs to tell me that I’m not authorized, but there is also nothing say that I am.
When MM is running, the module does nothing. I’d really like the functionality if I can, but for now I’m just gong to rem the module out of my config and work on setting up others.
I’m new to MM, so lets start by blaming it on that.
Running MM on RPI4B
spotify.config.json
{
“USERNAME”: “Family Account”,
“CLIENT_ID”: “edXXXXXXXXXXXXXXXXXXXXXXXea”,
“CLIENT_SECRET”: “3eXXXXXXXXXXXXXXXXXXXXb635”,
“TOKEN”: “./FamilyAccount_token.json”,
“AUTH_DOMAIN”: “http://127.0.0.1”,
“AUTH_PORT”: “8888”
}
]
FamilyAccount_token.json
{
“access_token”: "BQXXXXXXXXXXXXXXXXXXXXXXXXXXXXi>
“expires_in”: 3600,
“timestamp”: 1762903217
}
Module config.js
{
module: “MMM-Spotify”,
position: “top_left”,
config: {
style: “mini”,
control: “default”,
updateInterval: 1000,
clientID: “ed5XXXXXXXXXXXXXXXXXXXXXXXcea”,
clientSecret: “3eXXXXXXXXXXXXXXXXXXXXXXXX635”,
accessToken: "BXXXXXXXXXXXXXXXXXXXXXXXXXXU>
refreshToken: “YOUR_SPOTIFY_REFRESH_TOKEN”
}
},
I had enabled HTTPS in the config.js but then the mmpm.ui stopped working and started throwing all kinds of errors:
4|mmpm.ui | OSError: [Errno 98] Address already in use
4|mmpm.ui | Traceback (most recent call last):
4|mmpm.ui | File "<frozen runpy>", line 198, in _run_module_as_main
4|mmpm.ui | File "<frozen runpy>", line 88, in _run_code
4|mmpm.ui | File "/usr/lib/python3.11/http/server.py", line 1309, in <module>
4|mmpm.ui | test(
4|mmpm.ui | File "/usr/lib/python3.11/http/server.py", line 1256, in test
4|mmpm.ui | with ServerClass(addr, HandlerClass) as httpd:
4|mmpm.ui | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4|mmpm.ui | File "/usr/lib/python3.11/socketserver.py", line 456, in __init__
4|mmpm.ui | self.server_bind()
4|mmpm.ui | File "/usr/lib/python3.11/http/server.py", line 1303, in server_bind
4|mmpm.ui | return super().server_bind()
4|mmpm.ui | ^^^^^^^^^^^^^^^^^^^^^
4|mmpm.ui | File "/usr/lib/python3.11/http/server.py", line 136, in server_bind
4|mmpm.ui | socketserver.TCPServer.server_bind(self)
4|mmpm.ui | File "/usr/lib/python3.11/socketserver.py", line 472, in server_bind
4|mmpm.ui | self.socket.bind(self.server_address)
4|mmpm.ui | OSError: [Errno 98] Address already in use
I tried setting useHttps: false but that didn’t appear to revert anything. Is there something special that I have to do to disable HTTPS?
These errors seem to be repeating constantly, unsure if they’re related:
3|mmpm.repeater | [2025-11-09 23:48:25 -0500] [20125] [ERROR] Connection in use: ('0.0.0.0', 8907)
2|mmpm.log-server | [2025-11-09 23:48:25 -0500] [20124] [ERROR] Connection in use: ('0.0.0.0', 6789)
2|mmpm.log-server | [2025-11-09 23:48:25 -0500] [20124] [ERROR] connection to ('0.0.0.0', 6789) failed: [Errno 98] Address already in use
3|mmpm.repeater | [2025-11-09 23:48:25 -0500] [20125] [ERROR] connection to ('0.0.0.0', 8907) failed: [Errno 98] Address already in use
Hello,
i’m super fresh into MagicMirror and on my first installation attempt i have problems.
I have a Raspi4B with RaspiOS
I installed nodejs
node --version
returns -> v20.19.2
I have pulled the git with
git clone https://github.com/MagicMirrorOrg/MagicMirror
and i’m in the repository but the command
node --run install-mm
Gives me this prompt: node: bad option: --run
i’m feeling dumb but im not very got at linux at all ,D bu i want too learn
Re: [2 Mirrors and one Sensor ( MMM-PIR-Sensor )](/topic/9760/2-mirrors-and-one-sensor-mmm-pir-sensor
Hi could some one send the name of a pir code that’s working I’ve been on 3rd part modules some say not supported any more.
Would someone be kind enough to put a code that’s working turn no. Monitor off with delay
Please any help .videogame95
I’ve tried several times to install MMM-NOAAForecast and it has failed every time. When I restart MM it shows “Loading” and that is all. I went back in the logs for this last try and found the following:
[2025-11-08 16:30:50.514] [LOG] Initializing new module helper ...
[2025-11-08 16:30:50.514] [LOG] Module helper loaded: calendar
[2025-11-08 16:30:50.514] [ERROR] Error when loading MMM-NOAAForecast: Cannot find module 'needle'
Require stack:
- /opt/magic_mirror/modules/MMM-NOAAForecast/node_helper.js
- /opt/magic_mirror/js/app.js
- /opt/magic_mirror/serveronly/index.js
[2025-11-08 16:30:50.516] [LOG] Initializing new module helper ...
I was using MMM-CONFIG installer to do the install. This is MM on Docker. Dell Inspiron running Ubuntu 24.02.
Just updated MM (wew what a battle to update node on pi4…)
I have the weather module called 3 times, one for current weather, and 2 for weekly forecast for 2 locations.
Both of the weekly forecasts that use “weathergov” are still loading fine, but the section that uses “openweathermap” and type “current” no longer loads properly after the update.
The module title is “undefined” and the rest is like “Invalid date” and “NaN” for the temperature.
Have I missed something?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Categories
-
Announcements
Announcements regarding the MagicMirror software and forum.
-
Core System
Discuss the MagicMirror² core framework.
-
-
-
-
-
-


