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

    Posts

    Recent Best Controversial
    • RE: Shared Google Calendars

      @dhannum I have implemented exactly your setup with myself. There is a family calendar and a personal calendar for each family member.

      I have set up the family calendar myself, there I find the iCal link I am looking for. The family members have built their own calendars in their accounts. They share with ME the iCal link. I myself cannot drag it. It must be given to me by the main user.

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      UPDATE:

      I included into the custom.css

      /**
       * MMM-SystemStats
       */
      
      .MMM-SystemStats table {
              width: 350px;
              color: #666;
              font-size: 20px;
       }
      
      .MMM-SystemStats td {
          line-height: 20px;
      }
      

      that works for me. Not sure if that was the right way. But hey, its fine.

      posted in Utilities
      M
      MajorC
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @karsten13 said in MMM-RAIN-MAP (new: version 2.x):

      mapUrl: “https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png”,

      Thank you. I will go now with:

      mapUrl: "https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png",
      

      I think, this one is even more “lighter”.

      posted in Utilities
      M
      MajorC
    • RE: MMM-BoschSmartHome

      Update with

      git pull
      

      was working fine.

      I am not sure about the new grafic-elements. This is how it looks on my system without custom.css.

      		module: "MMM-BoschSmartHome",
      			position: "bottom_left",
      			config: {
      				host: "192.168.2.XX", // Local IP Address
      				name: "MMM-BoschSmartHome", // Display name for App
      				identifier: "MMM-BoschSmartHome", // Unique Identifier for app
      				password: "XXX", // Password for Bosch Smart Home Bridge
      				refreshIntervalInSeconds: 60, // Default: 60
      				width: "340px",
      				displayRoomIcons: true, // Default: false
      				displayThermostats: true, // Default: false
      				airquality: {
      					purity: "none", // one of [tile, bar, donut, none]. Default: bar
      					humidity: "bar", // one of [tile, bar, donut, none]. Default: bar
      					temperature: "donut", // one of [tile, bar, donut, none]. Default: bar
      					preferredTemperatureProvider: "ClimateControl", // Twinguard or ClimateControl. Default: Twinguard, but falls back to CC
      					preferredHumidityProvider: "ClimateControl" // Twinguard or ClimateControl. Default: Twinguard, but falls back to CC
      				}
      			}
      		},
      

      screenshot2.jpg

      posted in Utilities
      M
      MajorC
    • 1 / 1