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
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 18
    • 19
    • 9 / 19