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

    Posts

    Recent Best Controversial
    • RE: MMM-Pollen and MMM-Quote of the day

      @twwilkerson1 add this to my issue as well. Clearly I am bad at this. I get the same “no config file” error message when I tried to add the MMM-PIR-Sensor to my config/config.js file.

      //your code here
      ```               {
                              module: 'MMM-PIR-Sensor',
                              config: {
                                      sensorPin: 17,
                                      powerSaving: true // See 'Configuration options' for more information.
                      },
              }
              ]
      
      };
      
      

      Any advice is greatly appreciated.

      posted in Troubleshooting
      T
      twwilkerson1
    • MMM-Pollen and MMM-Quote of the day

      Hello,
      I am having issues with both of the above modules. When I add them to the config/config.js file, my MM gives the error message about no config file. if I delete those lines, it goes back to working correctly. I am certain I am the one making a mistake, but I cannot figure it out. I am not a programmer or coder–just dabbling with the Pi. I have even just copied the maker’s code without adjusting for my location, and it still fails. Please help if you can.

      },
                     {
                             module: "MMM-Pollen",
                             position: "top_left",
                             header: "Pollen Forecast",
                             config: {
                                     updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
                                     zip_code: "90210"
                             }
                      },
                      {
                          module: "MMM-quote-of-the-day",
                          position: "lower_third",
                          config: {
                              language: "en",
                              updateInterval: "1d"
                      	}
                      }
      
      
      posted in Troubleshooting
      T
      twwilkerson1
    • 1 / 1