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

    Posts

    Recent Best Controversial
    • RE: MMM-MarineWeather

      @grena Nice little module!

      Thanks ;)

      I have the full thing working (like the graphic on the left), but was hoping to use the simpler version (like the graphic on the far right) – but using params causes an error… Maybe I’m getting the syntax wrong – could you provide an example of how that line of the config should appear please?

      The parameters requested from Storm Glass must be kept to a minimum, i.e., airTemperature and waterTemperature like this:

      modules: [
      	{
      		module: "MMM-MarineWeather",
      		position: "top_right",
      		config: {
      			latitude: 0, // Latitude 
      			longitude: 0, // Longitude
      			appid: "abcde12345abcde12345abcde12345ab", // StormGlass API key (docs.stormglass.io)
      			params: ["airTemperature", "waterTemperature"]
      		}
      	}
      ]
      
      posted in Utilities
      G
      grena
    • RE: MMM-PIR-Sensor-Lite does not switch HDMI off

      :fire: MMM-PIR-Sensor-Lite 1.2 has just been released! It’s allows you to manage monitor on Debian 11 Bullseye :sign_of_the_horns_medium-light_skin_tone:

      Learn more in ReadMe

      posted in Troubleshooting
      G
      grena
    • RE: MMM-PIR-Sensor-Lite does not switch HDMI off

      @dkhorse74

      Got everything to work perfectly…

      :thumbs_up:

      The following page is very useful to test the functionality of the sensor before you implement the change to mirror config file (thanks to @sdetweil for posting the link in a different thread): https://projects.raspberrypi.org/en/projects/parent-detector/3

      Yes, You can also run the python script of the module: python3 -u ~/MagicMirror/modules/MMM-PIR-Sensor-Lite/pir.py SENSOR_PIN

      @sdetweil

      another user noticed this only worked for the 1st HDMI port on the pi4.

      Yes, I add this point of vigilance at the beginning of the readme :white_heavy_check_mark:

      posted in Troubleshooting
      G
      grena
    • 1 / 1