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-OpenmapWeather Error since MM v2.15.0, Gefühlt {DEGREE}

      The problem is still there in MM v2.16.0.

      I just opened an issue on GitHub,

      posted in Troubleshooting
      M
      MajorC
    • RE: Warn-App NINA

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

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

      That sounds great. I will check it out tomorrow.

      posted in Utilities
      M
      MajorC
    • RE: Warn-App NINA

      @jalibu that would be very cool to see on the mirror.

      posted in Requests
      M
      MajorC
    • RE: MMM-CountDown anyone using

      @swvalenti I use this one: https://forum.magicmirror.builders/topic/1846/mmm-doomsday-the-countdown-module/7

      Works for me very good.

      posted in Utilities
      M
      MajorC
    • RE: Weather station for MagicMirror and SmartHome wanted

      @cowboysdude Nice. I have now a Natatmo station and very happy.

      https://www.netatmo.com/de-de/weather/weatherstation

      Works very good with https://forum.magicmirror.builders/topic/12315/mmm-netatmo-updated

      posted in Hardware
      M
      MajorC
    • RE: Updated to 2.15 but now have a random cursor

      @sdetweil since updated to v2.15 I have the cursor, too.

      The main.css looks like:

      html {
        cursor: none;
        overflow: hidden;
        background: #000;
        user-select: none;
      }
      

      Not sure what to do.

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-weatherchart sdetweil fork

      @sdetweil thank you.
      I cleaned up my configuration. Only MMM-weatherchart is in.

      	{
      			module: 'mmm-weatherchart',
      			position: 'bottom_right', // this can be any of the regions
      			config: {
      				country: 'Germany', // as determined above
      				area: 'Berlin', // as determined above
      				city: 'Berlin', // as determined above
      				updateInterval: 60 * 60 * 1000, // update every hour
      				hideBorder: true, // whether or not a border with city name should be shown
      				negativeImage: true, // whether or not the default white image should be inverted
      				retryDelay: 2500,
      				domain: "www.yr.no",
      				path: "/place/",
      				mmDirectory: "/home/pi/MagicMirror/", // not sure whether it is possible to ask MM for this path?
      				hoursToShow: 24
      			}
      		},
      

      the error message is:

      undefined:1 GET http://192.168.2.16:8080/undefined 404 (Not Found)
      

      I don’t know how I can provide better information to solve this?!?

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-weatherchart sdetweil fork

      This is the last error I get, only if I activate MMM-weatherchart.

      Any suggestions is highly appreciated:

      undefined:1 GET http://192.168.2.16:8080/undefined 404 (Not Found)
      
      posted in Troubleshooting
      M
      MajorC
    • MMM-weatherchart sdetweil fork

      @sdetweil thank you for your fork of MMM-weatherchart

      https://github.com/sdetweil/mmm-weatherchart

      I think in the readme, the npm install was missing. I updated that on github.

      The error I posted in the thread of @paphko is gone, thank you.

      I added to the config:

      customiseSVG: true,    // change colours in hex values or "default" for no change
      background_colour: "#666666",
      

      That seams not to work. Is there any chance to get a semi-transparent background?

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-WeatherChart

      @paphko do you have any idea what this error could be:

      loader.js:201 GET http://192.168.2.16:8080/modules/mmm-weatherchart/hashmap.js net::ERR_ABORTED 404 (Not Found)
      
      loader.js:195 Error on loading script: modules/mmm-weatherchart/hashmap.js
      

      Thank you!

      posted in Utilities
      M
      MajorC
    • RE: MMM-Netatmo updated

      @aardal1 is there a good custom-css style available, to get more space between all the data, like shown in the picture?

      posted in Utilities
      M
      MajorC
    • RE: MMM-OpenmapWeather Error since MM v2.15.0, Gefühlt {DEGREE}

      I have changed:

      translations\de.json

      from:

      "FEELS": "Gefühlt {DEGREE}",
      

      into:

      "FEELS": "Gefühlt",
      

      That solves the problem, but I am not sure if that is the right way to do it.

      posted in Troubleshooting
      M
      MajorC
    • MMM-OpenmapWeather Error since MM v2.15.0, Gefühlt {DEGREE}

      Hi,

      I just updated my MM to V2.15.0 and now the MMM-OpenmapWeather shows Gefühlt {DEGREE} 29° instead of just the temperature.

      Any ideas on how to solve that?

      d609554d-f2a5-43d0-afeb-bab3bae9befd-image.png

      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-HomeKit | Control your MagicMirror with Apple HomeKit

      @bkeyport is there a way to show my EVE Weather station data via HomeKit or HomeBridge on the MagicMirror?

      posted in System
      M
      MajorC
    • RE: Weather station for MagicMirror and SmartHome wanted

      I’m a little surprised that more people haven’t gotten involved with the EVE products. It feels like they are quite well distributed.

      But I’ll take a look, maybe you can get the data read out of Appel HomeKit. Maybe even through my HomeBridge.

      posted in Hardware
      M
      MajorC
    • Weather station for MagicMirror and SmartHome wanted

      Good morning,

      I would like to buy a small smart weather station. A manufactured product, I do not want to craft anything at the moment. The weather station should send its data to my SmartHome (Apple Home) and at the same time the data should be displayed on my MagicMirror.

      I was thinking of an Eve Weather. With that I get the weather into my Apple world. But do I get the data displayed on the MagicMirror as well?
      https://www.evehome.com/de/eve-weather

      Does anyone have an Eve Weather along with MM?

      Can you recommend another product?

      Thank you,

      Christian

      posted in Hardware
      M
      MajorC
    • RE: MMM-BoschSmartHome

      @majorc said in MMM-BoschSmartHome:

      @jalibu is it possible, that the hide room option is not working at the moment? I can hide hue and other things, but not the entire room with:

      hideComponents: {
      					"Flur": ["room"],
      					"Küche": ["room"]// hides entire room
      				},
      

      My mistake. I had not installed the latest version of MMM-BoschSmartHome. I used git pull again, now everything works as expected.

      posted in Utilities
      M
      MajorC
    • RE: MMM-DWD-Pollen

      @carstend that is strange. This is the only css I use for DWD-Pollen. Do you have something else in your custom css?

      posted in Health
      M
      MajorC
    • RE: MMM-DWD-Pollen

      Update:
      I now use:

      .MMM-DWD-Pollen table {
      	margin-left: auto;
      	margin-right: -40px;
      }
      

      Not sure if this is a good way, but it works for me at the moment.

      posted in Health
      M
      MajorC
    • 1 / 1