@cirdan Module visible but no emails are shown and no error in log or console. I did all the step. git clone, cd email, npm install.
Read the statement by Michael Teeuw here.
Latest posts made by rezocharly
-
RE: module email
-
RE: module email
Same trouble here. The module dosent show up the emails. There is no errors, no logs. Tried with Gmail & Outlook
-
MMM-Assistant Error Node module version
Hi !
I’m trying to setup the MMM-Assistant module. I followed the wiki install process but at the end I have an error in my console and I can’t launch the mirror.
Here is the error;
WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module ‘/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/speaker/build/Release/binding.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 48. This version of Node.js requires
NODE_MODULE_VERSION 54. Please try re-compiling or re-installing
the module (for instance, usingnpm rebuild
ornpm install
).I tried the npm rebuild, npm install, delete the node_modules folder and the npm install again, but I still have this error.
Thanks a lot for your help !
-
RE: MMM-NOAA - Another Weather Module
Thanks a lot for this information I got it but unfortunately nobody have a wind sensor around me :)
I confirm, just before the line position, alerts are not displayed anymore.
-
RE: MMM-NOAA - Another Weather Module
@tbbear I live in a windy area. Today Force 5/6.
As you can see with this screenshot the O doesn’t appear. Even if the config.js is well setup to display this information (as you can see on the post above)
-
RE: MMM-NOAA - Another Weather Module
Here you can see my config.js file: ( I’ve try first and last line)
{ disabled: false, module: 'MMM-NOAA', position: 'bottom_left', config: { alert: false, apiKey: "XXXXXX", // https://www.wunderground.com/weather/api select the middle plan... useAir: true, // set to false if you do not want to use Air Quality Index airKey: "XXXXXX", // IF you want Air Quality Index pws: "IAMIENS35", // go here to find your pws: https://www.wunderground.com/wundermap showClock: false, // Hides or shows clock dformat: false, // for M/D/YYYY format, false for D/M/YYYY format: "24", // 12 or 24 hour format.. will default to 12 hour if none selected. ampm: true, // to show AM and PM on Sunrise/Sunset time showGreet: false, // deafult is false - to show greeting under clock and above date name: "charly", // Your name showWind: true, showDate: false, showForecast: true, //show bottom 3 day forecast flash: false, //Today in forecast flashes halo showUV: true, //show UV index showBar: true, // show Barometer showHum: true, //show Humidity level position: 'bottom_left' //whatever you have in above position must also be here } },
-
RE: MMM-NOAA - Another Weather Module
thanks a lot @cowboysdude but alert are still displayed with alert: false,
And with showWind: true, indications about wind are not diplayed.
-
RE: MMM-NOAA - Another Weather Module
hi ! Thanks for this great plugin !
-
There is a way to hide the ALERT block ?
-
I use the AirVisual API for the air quality index but it’s look incorrect about when I check the data from my city. There is a way to be more accurate?
Thanks a lot
-