glitch452 / MMM-LocalTemperature

A MagicMirror² module that reads temperature and humidity information from a DHT sensor connected to a Raspberry Pi.
MIT License
22 stars 13 forks source link

Updated Documentation and Refined Variable Declarations #33

Open NikoLieberum opened 1 week ago

NikoLieberum commented 1 week ago
  1. Added WiringPi installation instructions to the README, along with a link to the WiringPi pinout for easier GPIO reference.
  2. Removed the config variable from MMM-LocalTemperature.js to resolve module loading issues.

Resolves Issues #29 #30 #31 #32