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
    • 1 / 1