MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. rezocharly
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Groups 0

    rezocharly

    @rezocharly

    0
    Reputation
    392
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rezocharly Unfollow Follow

    Latest posts made by rezocharly

    • RE: module email

      @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.

      posted in Troubleshooting
      R
      rezocharly
    • RE: module email

      Same trouble here. The module dosent show up the emails. There is no errors, no logs. Tried with Gmail & Outlook

      posted in Troubleshooting
      R
      rezocharly
    • 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, using npm 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 !

      posted in Troubleshooting
      R
      rezocharly
    • RE: MMM-NOAA - Another Weather Module

      @tbbear

      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.

      posted in System
      R
      rezocharly
    • 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)

      Capture_d_e_cran_2017_12_14_a_17_46_39

      posted in System
      R
      rezocharly
    • RE: MMM-NOAA - Another Weather Module

      @yawns

      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
      
                  }
                  },
      
      posted in System
      R
      rezocharly
    • 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.

      posted in System
      R
      rezocharly
    • RE: MMM-NOAA - Another Weather Module

      hi ! Thanks for this great plugin !

      1. There is a way to hide the ALERT block ?

      2. 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

      posted in System
      R
      rezocharly