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-weatherchart sdetweil fork

      @sdetweil No problem. In principle, it works, too.

      posted in Troubleshooting
      M
      MajorC
    • RE: How can I ensure I get regular update notifications?

      @sdetweil than it is shown:

      
      origin  https://github.com/MichMich/MagicMirror.git (fetch)
      origin  https://github.com/MichMich/MagicMirror.git (push)
      
      
      posted in Troubleshooting
      M
      MajorC
    • RE: MMM-weatherchart sdetweil fork

      @sdetweil you are right. 192.168.2.16 is the IP adress of my PI.

      posted in Troubleshooting
      M
      MajorC
    • RE: Cursor shown in v2.16.0

      @karsten13 said in Cursor shown in v2.16.0:

      Like so?

      // Open the DevTools if run with "npm start dev"
      	if (process.argv.includes("dev")) {
      		if (process.env.JEST_WORKER_ID !== undefined) {
      			// if we are running with jest
      			var devtools = new BrowserWindow(electronOptions);
      			mainWindow.webContents.setDevToolsWebContents(devtools.webContents);
      		}
      		mainWindow.webContents.openDevTools();
      	}
      
      	// Set responders for window events.
      	mainWindow.webContents.on('dom-ready', (event)=> {
      		mainWindow.webContents.sendInputEvent({type: "mouseMove", x: 0, y: 0});
      	});
      	
      	mainWindow.on("closed", function () {
      		mainWindow = null;
      	});
      

      That works perfekt! Thank you so much!

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

      @sdetweil

      that is my config:

      		{
      			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: false, // 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: 36
      			}
      		},
      

      Ich wechsle mal kurz ins Deutsche. Das interessante ist, dass mir die Grafik auch angezeigt wird. Also gefühlt läuft der Code ohne Fehler. Mich wundert nur die Fehlermeldung, die in Chrome, wenn ich mich remote auf den Pi/MM einwähle, kommt. Als ob er noch irgend was versucht abzurufen, was nicht gefunden werden kann.

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

      @sdetweil

      I see the error in the developers window in google chrome if I connect remotely to the pi.

      /home/pi/MagicMirror is correct for my setup.

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

      I would like to open this topic again.

      The error:

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

      is still present. Any advise is highly appreciated.

      posted in Troubleshooting
      M
      MajorC
    • RE: How can I ensure I get regular update notifications?

      @sdetweil But I didn’t get a notice when MM changed from v.2.15.0 to v.2.16.0 either.

      posted in Troubleshooting
      M
      MajorC
    • RE: How can I ensure I get regular update notifications?

      @sdetweil

      the same here. I have module: “newsfeed” in the top_bar position and get no notifications on any update.

      posted in Troubleshooting
      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: Cursor shown in v2.16.0

      @karsten13 said in Cursor shown in v2.16.0:

      Hi Kasten,

      I tried !important in the custom.css and in the main.css. The cursor is still visible.
      Even after after a reboot of the pi, the same, still visible.

      I think I will wait for v2.17.0 in October.

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

      @fozi said in Warn-App NINA:

      Vorschlag:

      • Wenn keine Warnungen anliegen, sollte lediglich “Keine Warnungen” als Nachricht erscheinen in #666 statt grün und ohne Haken davor. Das würde besser zu MMM-DWDWarweather Modul passen ☺.

      Schnelle Lösung über custom.css:

      /**
       * MMM-NINA
       */
      .MMM-NINA .nina-wrapper .nina-alert.severity-Fine{
        color: #666;
      }
      
      posted in Requests
      M
      MajorC
    • RE: Cursor shown in v2.16.0

      @sdetweil I see the cursor only on the pi. And it disappears if I move the mouse the first time on the pi. But the cursor is visible again after i do a

      pm2 restart 0
      

      On my windows machine witch chrome, I don’t see the cursor at no time.

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

      @Jalibu is there an option to limit the time period into the past and into the future?

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

      @majorc

      Found it, in the custom.css use:

      /**
       * MMM-RAIN-MAP
       */
      .MMM-RAIN-MAP {
         opacity: 0.7;
      }
      
      posted in Utilities
      M
      MajorC
    • RE: MMM-RAIN-MAP (new: version 2.x)

      The new rain-map is working wonderful. Does anyone know a map, with transparent or light transparent background?

      posted in Utilities
      M
      MajorC
    • RE: Cursor shown in v2.16.0

      @sdetweil I do not know what that mean. Is there a way that I can fix it?

      Or do I have to wait for version 17?

      posted in Troubleshooting
      M
      MajorC
    • RE: Cursor shown in v2.16.0

      Fun fact, if I move the the mouse, the cursor disappears immediately.

      posted in Troubleshooting
      M
      MajorC
    • RE: Cursor shown in v2.16.0

      @sdetweil as it was working fine before, I am not 100% happy to just install something over.

      posted in Troubleshooting
      M
      MajorC
    • Cursor shown in v2.16.0

      Hi,

      I have a solid black cursor on my MM v2.16.0. The cursor disappears as soon as I move the mouse the first time.

      In the main.css I see:

      html {
        cursor: none;
        overflow: hidden;
        background: var(--color-background);
        user-select: none;
        font-size: var(--font-size);
      }
      

      I used the script from @sdetweil to update and install my MM.

      Any ideas how to fix that? I think, I saw this behavior first time after updating to v2.15.0.

      posted in Troubleshooting
      M
      MajorC
    • 1 / 1