You guys are certainly keeping him busy. :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA - Another Weather Module
-
RE: Electron CPU usage
pm2 stop mm
pm2 delete mm
pm2 save
rm ~/mm.sh -
RE: MMM-NOAA - Another Weather Module
Verified
Just did a new install and it’s working nicely.

Oooooo, 60° tomorrow! Everybody in the pool!
-
RE: Needing testers and feedback... and possibly an answer or 2!
I just googled the entire error message and received plenty of results. Looks like a good place to start jimbo
-
RE: Can You connect to MM server via laptop?
This used to work on older versions of MM. You can try this at the beginning of your config.js.
var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses -
RE: MagicMirror sleep in 5 minutes
Have you disabled the screensaver? May I suggest installing xscreensaver? In the options of xscreensaver you can disable the screensaver altogether. When your monitor comes on, MM will be visible.
-
RE: MMM-NOAA - Another Weather Module
This is, by far, my favorite weather module, V1 and V2. And like everyone else, I have my own likes and dislikes. But rather than trouble @cowboysdude and his vision of what he wants the module to be, I made my own adjustments via css. With 76.6k views, and 390 posts in this topic alone, I can’t even imagine trying to satisfy everyone’s requests.
Forrest Gump: “That’s all I have to say about that.”
-
RE: Help file confing. js
@gianluca said in Help file confing. js:
is there a tutorial that explains how to modify and insert the modules?
https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
-
RE: MMM-NOAA - Another Weather Module
I call him a maniac only in the most respectful way. He’s a good dude and a good friend.
-
RE: trouble booting magicmirror
@tbs86 said in trouble booting magicmirror:
I do not have any folders in /home/pi/MagicMirror/node_modules
Not one? I think you never installed your dependencies at all. No matter, still run
npm installin the MagicMirror directory to install ALL of your dependencies -
RE: MMM-NOAA - Another Weather Module
I really wish I could say something bad about this module. ;-)
With that, congrats on a slick piece of work. :-)
-
RE: MMM-Voice - need MMM-voice.dic and MMM-voice.lm files please!
Why not delete your entire voice installation and re-install? Something is obviously wrong with your current installation. My two cents.
-
RE: MMM-NOAA - Another Weather Module
@doogy_rev said in MMM-NOAA - Another Weather Module:
Have I missed something?
Math class, apparently. ;-)
Every 30 minutes would be 48 calls a day, and in a 30 day month, 1440 calls
-
RE: Problem server client configuration
@idoodler said in Problem server client configuration:
I am currently unable to test it.
I didn’t mean that YOU should test it. I meant that @Akkor should test it as it is he that is looking for that functionality.
I am curious, how did you make the voice recognition?
I didn’t. MMM-voice was already written by @strawberry-3-141. It’s a fantastic piece of software. I just made some additions/modifications to original so that I could hide/show individual modules, hide/show pages of modules, hide show all modules, turn the display on and off, audio, all through the use of notifications. I use it every day for a year now. It’s stable, very fast and does exactly what I want it to do.
-
RE: MMM-NOAA - Another Weather Module
Don’t be too hard on yourself. We all make mistakes. :thumbsup:
-
RE: Raspbian Stretch: Screen is always blanked
Raspbian still seems to turn off the display.
Personally, I would install
xscreensaverand use that to disable the screensaver.In your terminal
sudo apt-get install xscreensaverTHEN
sudo rebootRun xscreensaver. Choose Disable Screensaver. Done.
-
RE: MMM-Astrology MagicMirror Crash
I fixed the issue and sent the author a pull request. I’m sure he’ll update the module in no time.
Edit: The author has merged the pull request so you can do a
git pullin the MMM-Astrology directory
