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: NEED HELP FOR CREATING OUR OWN MODULE...

      @robinsin17 first, you should fix your keyboard. :astonished_face:

      posted in Troubleshooting
      M
      MajorC
    • RE: Raspberry Pi 4 Released !

      Hi,
      I am in the beginning of my first MM project and would like to buy a Pi 4. What RAM would you recommend? Shall I go with the 4GB or is 2 more than enough?
      Thank you

      posted in Hardware
      M
      MajorC
    • RE: Contrasting text on a changing background, again

      @mmrize is there a how2 for MM to get this?

      posted in Custom CSS
      M
      MajorC
    • RE: Warn-App NINA

      @jalibu das war easy, das musste ich schnell abstauben :-)

      posted in Requests
      M
      MajorC
    • RE: MMM-bergfex not working

      @FatTony123

      You moved to gitlab with MMM-bergfex. But in the readme is:

      clone https://github.com/FatTony404/MMM-bergfex.git
      

      Should this not be

      clone https://gitlab.com/FatTony404/MMM-bergfex.git
      

      ???
      Christian

      posted in Troubleshooting
      M
      MajorC
    • RE: Disassembly a Dell U2715H

      @earnestrichards thank you, I will write them a mail.

      posted in Hardware
      M
      MajorC
    • RE: SmartMirror ~ Dashboard

      @zoltan outstanding work and documentation, thank you Sir.

      posted in Show your Mirror
      M
      MajorC
    • RE: MMM-Wallpaper configure for iCloud Album photo

      @reverendz thank you. That worked for me perfect.

      posted in Troubleshooting
      M
      MajorC
    • How to synchronize pictures from mobile to the MM?

      Hello,

      I use my MM primarily as a digital picture frame with additional information (weather, calendar, etc.).

      Currently I am looking for a good and easy way to synchronize photos taken with the cell phone simply to the MM.

      It would be important to be able to select on the phone as easily as possible, which pictures are brought to the MM. So that even my parents, who are not nerds, can do that.

      Maybe copy the photos on the phone into a specific folder and this synchronizes every 24h with the MM?

      Am open to instructions and software.

      Thanks

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

      Thank you,

      .MMM-RAIN-MAP {
         opacity: 0.7;
      }
      

      in the custom.css works very well.

      posted in Utilities
      M
      MajorC
    • 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