MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MajorC
    3. Posts
    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: MMM-bergfex not working

      I never saw values for “neu” maybe they are not provided by the city. Perhaps this would be nice to have this optional to save some unused space.

      And I will play around with the CSS at the weekend. I would like to have some more space between each column.

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-BoschSmartHome

      I played a little bit with custom.css

      /**
       * MMM-BoschSmartHome
       */
      .MMM-BoschSmartHome .bsh-wrapper {
        background-color: rgba(0,0,0,0.00);
        color: #fff;
        font-size: 20px;
      }
      
      .MMM-BoschSmartHome .bsh-room-icon {
        margin-right: 8 px;
      }
      
      .MMM-BoschSmartHome .bsh-tiles {
        font-size: 18px;
      
      }
      
      posted in Utilities
      M
      MajorC
    • RE: MMM-BoschSmartHome

      I see, now it is working just fine! Great work @Jalibu !

      Next step to work on, some CSS functionalities.

      2021-01-08-080703_2560x1440_scrot.jpg

      posted in Utilities
      M
      MajorC
    • RE: Can"t get wind speed shown in KMPH why?

      Thank you @MaXi-XCeL that was the problem. Case sensitive variables? Come on… :-(

      And you need the useBeaufort: false to have it work.

      useBeaufort: false,
      useKMPHwind: true,
      

      Thank you again, on step closer.

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-BoschSmartHome

      I followed the instructions. Within generate certificate I was ask a couple of questions I was not sure about. (Country ID, Company, E-Mail, …).

      I included the config with my Bosch-IP address and the password. Pressed the button and reboot my raspberry.

      But nothing is shown on the screen.

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

      @FatTony123 said in MMM-bergfex not working:

      Hi all,
      I’ve created a fork and did some updates to the code and config.
      You can now select the country where bergfex should choose the values from.

      Feel free to test and let me know any feedback.
      So far I can show multiple countries and their values…

      Works like a charm. Thank you very much!

      posted in Troubleshooting
      M
      MajorC
    • RE: Can"t get wind speed shown in KMPH why?

      Thank you, this was just a copy & paste error. On the MM I have use with a u.

      @carlderdritte or @thisistheplace have you guys found a solution?

      posted in Troubleshooting
      M
      MajorC
    • RE: Can"t get wind speed shown in KMPH why?

      I’ll have to dig up this old thread again. I too do not get the wind speed displayed in km/h.

      My config says:

      	{
      			module: "currentweather",
      			position: "top_right",	
      			config: {
      				location: "Berlin, DE",
      				locationID: "2950159", //Location ID from http://bulk.openweathermap.org/sample/city.list.json.gz
      				appid: "***MYKEY***", //openweathermap.org API key.
      				useBeaufort: false,
      				useKMPHWind: true
      			}
      		},
      
      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-Buienalarm

      Yes, that is Berlin.

      I am happy to give cimacell a test if the readme file is online and I know what to do.

      Thank you

      posted in Utilities
      M
      MajorC
    • RE: MMM-Buienalarm

      Update 2:

      I changed lat and lon from default to my coordinates

      lat: 52.55,
      lon: 13.45,
      

      and get no data anymore.

      posted in Utilities
      M
      MajorC
    • RE: MMM-BackgroundSlideshow gradient and horizontalGradient not working

      I solved it by myself. So here for the rest of the world or maybe for myself in a couple of months.

      The following config is working:

                      {
      			module: 'MMM-BackgroundSlideshow',
      			position: 'fullscreen_below',
      			config: {
      				imagePaths: ['modules/MMM-BackgroundSlideshow/BackgroundImages'],
      				transitionImages: true,
      				transitions: ['opacity'],
      				randomizeImageOrder: true,
      				slideshowSpeed: 500000,
      				gradientDirection: 'both',
      				gradient: [ "rgba(0, 0, 0, 0.00) 0%", "rgba(0, 0, 0, 0.00) 0%", "rgba(0, 0, 0, 0.00) 90%", "rgba(0, 0, 0, 0.75) 100%" ], //von oben nach unten, % = wo im Bildschirm startet es
      				horizontalGradient: [ "rgba(0, 0, 0, 0.75) 0%", "rgba(0, 0, 0, 0) 15%", "rgba(0, 0, 0, 0.00) 85%", "rgba(0, 0, 0, 0.75) 100%" ] //von links nach rechts, % = wo im Bildschirm startet es 
      			}
      		},
      

      In addition, you have to change a line in the MMM-BackgroundSlideshow.js file in the getDom function (line 316)

      OLD: this.createGradientDiv('right', this.config.gradient, wrapper);
      NEW: this.createGradientDiv('right', this.config.horizontalGradient, wrapper);
      

      I will put this on GitHub as well.

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-Buienalarm

      Hi,

      I tried the module today with the default confit and it only shows “no data” / “Keine Daten!”.

      I use: lat: 52.15 and lon: 5.55.

      Any ideas?

      Update: Sorry, I took a while, but now I see some data.

      Christian

      posted in Utilities
      M
      MajorC
    • RE: MMM-rain-forecast

      So now I have to find a good soure for German rain data.

      posted in Utilities
      M
      MajorC
    • RE: My mirror

      @JerryP said in My mirror:

      @George
      Ken you tell me whits module this is pleas. The rainfall

      Schermafbeelding 2021-01-06 om 16.12.23.png

      that looks very good!

      posted in Show your Mirror
      M
      MajorC
    • RE: made a fresh install with magic mirror os, how to refresh after update config.js file

      You can use Strg + Q or Ctrol + Q if a keyboard is attached.

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-doomsDay - The countdown module,

      Hello,

      first of all thank you for the great modules. I am currently using it to display the time until my vacation.

      Since I speak German, I made a few changes in the code. But these are lost after an update and I copy & paste them back. Is there a better way to make these changes than fiddling around in the code?

      I change:

      ORIGINAL: headerD.innerHTML = this.config.toWhat + "</br>";
      MY:       headerD.innerHTML = this.config.toWhat;
      
      ORIGINAL: timeLeft.innerHTML = daysLeft + " " + this.config.singular;
      MY:       timeLeft.innerHTML = this.config.singular;
      
      ORIGINAL: timeLeft.innerHTML = daysLeft + " " + this.config.plural;
      MY:       timeLeft.innerHTML = " noch " + daysLeft + " " + this.config.plural;
      
      posted in Utilities
      M
      MajorC
    • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

      Hi @Fozi ,

      just to make sure that I am on the right way:

      • Buy a RCWL-0516 module
      • Wire the module to my Raspberry Pi 4
      • Install @Bugsounet MMM-NewPIR on my MM

      That’s it? Or did I miss something?
      My MM is not a mirror, more a wall-mounted picture frame with some nice to have information on it. I would like to have the monitor turned off, if nobody is in the room.

      Thank you,

      Christian

      posted in Tutorials
      M
      MajorC
    • RE: MMM-BackgroundSlideshow gradient and horizontalGradient not working

      Hello World,

      can someone give me a hand? I am sure I am not the only one using this module :-)

      Thanks

      posted in Troubleshooting
      M
      MajorC
    • RE: Reduce font size in System stats

      It is very easy,

      in the folder

      /home/pi/MagicMirror/css
      

      copy&paste the main.css and rename it to custom.css.

      Delete everything in the NEW file and copy&paste what I wrote.

      Than restart you MM.

      posted in Development
      M
      MajorC
    • RE: Reduce font size in System stats

      Try:

      /**
       * MMM-SystemStats styles
       */
      .MMM-SystemStats table {
      	width: 350px; 
      	/*color: #666; */
      	font-size: 20px;
       }
       
      .MMM-SystemStats td {
          line-height: 25px;
      }
      
      posted in Development
      M
      MajorC
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 7 / 10