It would be great if one could add disabled: true
to a modules dictionary to disable it without removing its configs. What do you think?
Read the statement by Michael Teeuw here.
Posts
-
Temporary disable modules
-
Server outage and database restore
Hello everyone!
We are very sorry for the outage. I had toreboot
the server, problem is it never came back online. We now have migrated the forum to a dedicated server only used formagicmirror.builders
sadly we still don’t have access to the old one which is why we decided to use a backup from last night so we can get the forum up again as quickly as possible, because of that any post published after the last backup (again last night) is sadly gone…If you signed up in that period we kindly ask you to register again. We will do anything in our power to make sure this does not happen again…
Cheers and sorry again,
Paul
Update: The old server came back online and we restored the database! All posts and new users are now back :)
As a little bonus the forum might be faster now, because of the following reasons:
- We now use
nginx
to serve static content instead of usingnodebb
- We use
Redis
to store session data (faster than MongoDB)
- We now use
-
PIR-Sensor - put your mirror to sleep if not used
Description:
MMM-PIR-Sensor will monitor a connected PIR-sensor and putt your mirror to sleep if no one uses it either by disabling HDMI output or by turning of a relay.
Download:
[card:paviro/MMM-PIR-Sensor]
FAQ
“An unhandled error occurred inside electron-rebuild. Unable to find electron-prebuilt’s version number, either install it or specify an explicit version”
Possible solution: Change your
package.json
file in~/MagicMirror/modules/MMM-PIR-Sensor
like this.Developer note
If you are a developer and want to pause your module while no one uses it (if it is processor intense), you can listen to the
USER_PRESENCE
broadcast. It will returntrue
orfalse
as its payload.Changelog
Initial release
-
We reached 100 users!
Looks like we reached our first milestone! @jreyes is our 100th user :smile:
It’s great to see so many MagicMirror enthusiasts discussing their passion for the project and what it should become in the future! -
RE: How to manually download and use font-awesome icons, for offline operation.
Font Awesome is already part of the package. No need to load it externally.
Checkout this file. -
RE: Alot of SPAM lately on this forum!
We already used
nodebb-plugin-spam-be-gone
for Googles reCAPTCHA but that did not help as it seems…I enabled Akismet again (disabled because it stopped some people from posting legit stuff). It should prevent most of the SPAM for now but some people might run into issues, let me know if you do!
Email verification was already enabled but I will check whether it really works.