MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. TheDuDiop
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 17
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-MyWastePickup little funny problem

      guten abend du kannst die Farben in der MMM-MyWastePickup.css ändern. Zeile 33 bis 46.

      #farbe

      MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.recycle {
      fill: #3499D4;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.compost {
      fill: #CDC8B1;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.garbage {
      fill: #FFFF00;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.yard_waste {
      fill: #C2A36E;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.christmas_tree {
      fill: #008D45;
      }

      good evening you can change the colors in MMM-MyWastePickup.css. Row 33 to 46.

      #colour

      MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.recycle {
      fill: # 3499D4;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.compost {
      fill: # CDC8B1;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.garbage {
      fill: # FFFF00;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.yard_waste {
      fill: # C2A36E;
      }
      .MMM-MyWastePickup .pickup-container .waste-pickup-icon-container .waste-pickup-icon.christmas_tree {
      fill: # 008D45;
      }

      posted in Troubleshooting
      T
      TheDuDiop
    • RE: MMM-ISS-Live

      @Dropzone1969 said in MMM-ISS-Live:

      I have this module working well. The only issue is when the video is playing it tells me that my browser is out of date. What browser is it and how do I update it? Thank you for your help. I hope by the end of next week I will be able to post a picture of my project.

      it’s the Chromium web browser, install Firefox if necessary

      sudo apt-get update or sudo apt-cache policy chromium-browser

      posted in Troubleshooting
      T
      TheDuDiop
    • MMM-MyWastePickup little funny problem

      English: Thanks for programming the module jclarke0000, I can change the colors of the garbage cans. Everything works. Now I would like to customize the icons. icon_sprite.svg would be the file, but I can’t even open or edit it with the program (GIMP / Inkskape). Can anyone help me further??

      German: Danke für das Module zu programmieren jclarke0000 , die Farben der Mülltonnen kann ich ändern. Alles funktioniert. Jetzt würde ich gerne das Symbole anpassen. icon_sprite.svg wäre die Datei aber diese kann ich mit den Programm (GIMP/Inkskape)nicht mal öffnen oder bearbeiten. Kann mir jemand weiterhelfen??

      posted in Troubleshooting
      T
      TheDuDiop
    • RE: Make Mirror brighter through custom.css

      @sdetweil sorry was too late. to edit. will do it at the next post thanks for the hint

      Error

      You are only allowed to edit posts for 3600 second(s) after posting

      posted in Custom CSS
      T
      TheDuDiop
    • RE: Make Mirror brighter through custom.css

      @simphi hello here can you see my custom it’s not completely done yet. but it might help you a little

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      html {
        cursor: none;
        overflow: hidden;
        background: #2a313b;
      }
      
      ::-webkit-scrollbar {
        display: none;
      }
      
      body {
        margin: 10px;
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background: #2a313b;
        
        font-weight: 400;
        font-size: 2em;
        line-height: 1.5em;
        margin-bottom: -10px;
        -webkit-font-smoothing: antialiased;
      }
      
      .dimmed {
          color: #000;
      }
      
      .normal {
          color: #000;
      }
      
      .bright {
        color: #000;
      }
      .header {
        color: #000;
      }
      .module.calendar{
        background-color:#2a313b;
        border-radius:8px;
        padding:8px;
        color: #00f2ff;
        border: 1px solid ##00f2ff;
        width:300px;
        height: 150px;
        }
      
      .module.clock {
        background-color:#FFCC00;
        border-radius:8px;
        padding:8px;
        color: #FFCC00;
        border: 1px solid #2a313b;
        width:300px;
        height: 150px;
        }
      .module.updatenotification {
      	color: #FFCC00;
      	border: 1px solid #FFCC00;
      }
      
      posted in Custom CSS
      T
      TheDuDiop
    • RE: MMM-SunnyPortal Solar Module

      @linuxtuxie thank you will try it tomorrow

      posted in Requests
      T
      TheDuDiop
    • thank you for the help

      Re: MMM-SunnyPortal Solar Module

      posted in Requests
      T
      TheDuDiop
    • RE: MMM-SunnyPortal Solar Module

      thanks for your answer, what can I do that the node_helper goes again? or is this a developer problem?

      posted in Requests
      T
      TheDuDiop
    • RE: MMM-SunnyPortal Solar Module

      @sdetweil said in MMM-SunnyPortal Solar Module:

      developers window

      did you mean this:

      pi@raspberrypi:~ $ cd MagicMirror
      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.11.0 start /home/pi/MagicMirror
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2020-05-01 07:49:55.511] [LOG] Starting MagicMirror: v2.11.0
      [2020-05-01 07:49:55.522] [LOG] Loading config …
      [2020-05-01 07:49:55.530] [LOG] Loading module helpers …
      [2020-05-01 07:49:55.534] [LOG] No helper found for module: alert.
      [2020-05-01 07:49:55.614] [LOG] Initializing new module helper …
      [2020-05-01 07:49:55.615] [LOG] Module helper loaded: updatenotification
      [2020-05-01 07:49:55.616] [LOG] No helper found for module: clock.
      [2020-05-01 07:49:55.619] [LOG] Initializing new module helper …
      [2020-05-01 07:49:55.620] [LOG] Module helper loaded: mmm-udr
      [2020-05-01 07:49:56.243] [LOG] Initializing new module helper …
      [2020-05-01 07:49:56.244] [LOG] Module helper loaded: calendar
      [2020-05-01 07:49:56.770] [LOG] Initializing new module helper …
      [2020-05-01 07:49:56.771] [LOG] Module helper loaded: MMM-DWD-WarnWeather
      [2020-05-01 07:49:56.772] [LOG] No helper found for module: currentweather.
      [2020-05-01 07:49:56.773] [LOG] No helper found for module: weatherforecast.
      [2020-05-01 07:49:56.879] [LOG] Initializing new module helper …
      [2020-05-01 07:49:56.880] [LOG] Module helper loaded: MMM-Fuel
      [2020-05-01 07:49:57.384] [LOG] Initializing new module helper …
      [2020-05-01 07:49:57.385] [LOG] Module helper loaded: MMM-SunnyPortal
      [2020-05-01 07:49:57.385] [LOG] All module helpers loaded.
      [2020-05-01 07:49:57.574] [LOG] Starting server on port 8080 …
      [2020-05-01 07:49:57.596] [LOG] Server started …
      [2020-05-01 07:49:57.597] [LOG] Connecting socket for: updatenotification
      [2020-05-01 07:49:57.599] [LOG] Connecting socket for: mmm-udr
      [2020-05-01 07:49:57.599] [LOG] Starting node_helper
      [2020-05-01 07:49:57.600] [LOG] Connecting socket for: calendar
      [2020-05-01 07:49:57.601] [LOG] Starting node helper for: calendar
      [2020-05-01 07:49:57.602] [LOG] Connecting socket for: MMM-DWD-WarnWeather
      [2020-05-01 07:49:57.603] [LOG] MMM-DWD-WarnWeather helper started…
      [2020-05-01 07:49:57.604] [LOG] Connecting socket for: MMM-Fuel
      [2020-05-01 07:49:57.605] [LOG] Starting module helper: MMM-Fuel
      [2020-05-01 07:49:57.606] [LOG] Connecting socket for: MMM-SunnyPortal
      [2020-05-01 07:49:57.607] [LOG] Starting node helper for: MMM-SunnyPortal
      [2020-05-01 07:49:57.607] [LOG] Sockets connected & modules started …
      [2020-05-01 07:49:57.756] [LOG] Launching application.
      [2020-05-01 07:50:00.854] [LOG] Create new calendar fetcher for url: hlaalalalallalalalalalalalalaic.ics - Interval: 600000
      [2020-05-01 07:50:00.882] [LOG] SocketNotification START_SUNNYPORTAL received for the first time…setting updateInterval to 900000ms
      [2020-05-01 07:50:01.996] [LOG] Cookie Value: ASP.NET_SessionId=pgoxqxmetvbxoywf5crvnphn; BIGipServerPool_P_SunnyPortal=3036981440.20480.0000
      [2020-05-01 07:50:01.998] [LOG] Fetched VIEWSTATE value: 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
      [2020-05-01 07:50:01.999] [LOG] Fetched VIEWSTATEGENERATOR value: 4E24AF74
      [2020-05-01 07:50:02.063] [LOG] Cookie Value: ASP.NET_SessionId=ysbfmau4w0e3qicudfwhcvn2; BIGipServerPool_P_SunnyPortal=3053758656.20480.0000
      [2020-05-01 07:50:02.064] [LOG] Fetched VIEWSTATE value: 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
      [2020-05-01 07:50:02.064] [LOG] Fetched VIEWSTATEGENERATOR value: 4E24AF74
      [2020-05-01 07:50:02.103] [LOG] Cookie Value: ASP.NET_SessionId=urv14lugscw4gcl3uqeqr51z; BIGipServerPool_P_SunnyPortal=3070535872.20480.0000
      [2020-05-01 07:50:02.104] [LOG] Fetched VIEWSTATE value: 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
      [2020-05-01 07:50:02.105] [LOG] Fetched VIEWSTATEGENERATOR value: 4E24AF74
      [2020-05-01 07:50:02.530] [LOG] Login Failed, no redirect to Dashboard
      [2020-05-01 07:50:02.561] [LOG] Login Failed, no redirect to Dashboard
      [2020-05-01 07:50:02.580] [LOG] Login Failed, no redirect to Dashboard
      [2020-05-01 07:50:03.380] [LOG] HTTP Result: 200
      [2020-05-01 07:50:03.385] [LOG] Whoops! There was an uncaught exception…
      [2020-05-01 07:50:03.387] [ERROR] TypeError: Cannot read property ‘1’ of null
      at Request._callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:103:121)
      at Request.self.callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)
      at Request.emit (events.js:200:13)
      at Request. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)
      at Request.emit (events.js:200:13)
      at IncomingMessage. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)
      at Object.onceWrapper (events.js:288:20)
      at IncomingMessage.emit (events.js:205:15)
      at endReadableNT (_stream_readable.js:1154:12)
      at processTicksAndRejections (internal/process/task_queues.js:84:9)
      [2020-05-01 07:50:03.405] [LOG] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-05-01 07:50:03.406] [LOG] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-05-01 07:50:03.418] [LOG] HTTP Result: 200
      [2020-05-01 07:50:03.420] [LOG] Whoops! There was an uncaught exception…
      [2020-05-01 07:50:03.421] [ERROR] TypeError: Cannot read property ‘1’ of null
      at Request._callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:103:121)
      at Request.self.callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)
      at Request.emit (events.js:200:13)
      at Request. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)
      at Request.emit (events.js:200:13)
      at IncomingMessage. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)
      at Object.onceWrapper (events.js:288:20)
      at IncomingMessage.emit (events.js:205:15)
      at endReadableNT (_stream_readable.js:1154:12)
      at processTicksAndRejections (internal/process/task_queues.js:84:9)
      [2020-05-01 07:50:03.428] [LOG] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-05-01 07:50:03.431] [LOG] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-05-01 07:50:03.440] [LOG] HTTP Result: 200
      [2020-05-01 07:50:03.441] [LOG] Whoops! There was an uncaught exception…
      [2020-05-01 07:50:03.442] [ERROR] TypeError: Cannot read property ‘1’ of null
      at Request._callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:103:121)
      at Request.self.callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)
      at Request.emit (events.js:200:13)
      at Request. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)
      at Request.emit (events.js:200:13)
      at IncomingMessage. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)
      at Object.onceWrapper (events.js:288:20)
      at IncomingMessage.emit (events.js:205:15)
      at endReadableNT (_stream_readable.js:1154:12)
      at processTicksAndRejections (internal/process/task_queues.js:84:9)
      [2020-05-01 07:50:03.444] [LOG] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-05-01 07:50:03.445] [LOG] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      ^A^A

      posted in Requests
      T
      TheDuDiop
    • RE: MMM-SunnyPortal Solar Module

      Thank you for your prompt reply, i have install again.
      but sorry i am still standing on the tube …

      where does that go ??

      “dependencies”: {
      “chart.js”: “^2.9.3”,
      “flow”: “^0.2.3”,
      “request”: “^2.88.0”
      }

      {
      module: ‘MMM-SunnyPortal’,
      position: ‘top_right’,
      header: ‘Solar Panels’, // The header text above the module. Use: “” to remove.
      config: {
      url: ‘https://www.sunnyportal.com’, // The SunnyPortal website’s URL
      updateInterval: 900, // How many times do we update the graphs?
      // Note: Do not update too frequently or you will get locked out
      // 15 Minutes is ideal
      username: ‘’, // Username for logging into https://www.sunnyportal.com/
      password: ‘’, // Password for logging into https://www.sunnyportal.com/
      width: 500, // The total width of the module
      height: 400 // The total height of the module
      “dependencies”: {
      “chart.js”: “^2.9.3”,
      “flow”: “^0.2.3”,
      “request”: “^2.88.0”,
      }
      }
      },

      posted in Requests
      T
      TheDuDiop
    • RE: MMM-SunnyPortal Solar Module

      good evening, I have a system from SMA. I have a login. My problem is the module I installed. Enter login for this, unfortunately it is not possible. It shows shop all the time.

      cd ~ / MagicMirror / modules
      git clone https://github.com/linuxtuxie/MMM-SunnyPortal.git
      cd MMM-SunnyPortal
      npm install

      after that

      npm install request --save
      npm install flow --save
      npm install chart.js --save

      enter everything in the config and unfortunately does not work … where could be the error?

      guten abend, ich habe eine Anlage von SMA. Ich habe dazu ein Login. Mein Problem ist das Modul habe ich installiert. Login dazu eingeben nur leider geht es nicht. Es zeigt die ganze Zeit Laden an.

      cd ~/MagicMirror/modules
      git clone https://github.com/linuxtuxie/MMM-SunnyPortal.git
      cd MMM-SunnyPortal
      npm install

      danach

      npm install request --save
      npm install flow --save
      npm install chart.js --save

      in der config alles eingeben und geht leider nicht,… wo könnte de fehler liegen?

      posted in Requests
      T
      TheDuDiop
    • RE: MMM-Navigate I have a question about the module

      @AxLed
      *

      @TheDuDiop @AxLed sorry I’m reporting so late. It works perfektli, the problem was before the pc. but i have a question, when i / if i I would like to click on the Weather (Wetter) button to open the “Weather module”. what do I have to change?

      entschuldigung dass ich mich nicht so lange drauf gemeldet habe, alles geht soweit super. Das problem was vor dem pc. jetzt eine letzte Frage. Wenn ich den Button Wetter klicke würde ich gerne das Modul Wetter aufgeht was muss ich dazu machen, dass das geht ?

      {
      disabled: false,
      module: “MMM-Navigate”,
      header: “Navigation”,
      position: “top_left”,
      config: {
      Alias: [
      ‘Seiten blättern’,
      ‘Wetter’,
      ‘Einkaufsliste’,
      ‘News - mehr Details’,
      ‘News - weniger Details’,
      ‘Neustart MagicMirror (PM2)’,
      ‘Neustart’,
      ‘Herunterfahren’
      ],
      Action: [
      [{notification:‘PAGE_INCREMENT’,payload:‘’},{notification:‘PAGE_DECREMENT’,payload:‘’}],//action array, first press locks menu, after this rotation CW/CCW executes, second press release lock mode
      [{notification:‘ARTICLE_MORE_DETAILS’,payload:‘’},{notification:‘ARTICLE_LESS_DETAILS’,payload:‘’}],
      {notification: “SHOW_ALERT”, payload: {type:“notification”,message:“Dies ist eine Testnachricht”}},//single action, execute on press
      {notification:‘ARTICLE_MORE_DETAILS’,payload:‘’},
      {notification:‘ARTICLE_LESS_DETAILS’,payload:‘’},
      {notification: “REMOTE_ACTION”, payload: {action: “RESTART”}},
      {notification: “REMOTE_ACTION”, payload: {action: “REBOOT”}},
      {notification: “REMOTE_ACTION”, payload: {action: “SHUTDOWN”}}
      ],
      GPIOPins: [26,20,19]//rotary cw, rotary ccw, rotary press (BCM Numbering)
      },
      },
      {
      module: ‘MMM-pages’,
      config: {
      modules:
      [[ “weatherforecast”, “MMM-Fuel”],
      [ “calendar”, “mmm-udr” ],
      [ “MMM-DWD-WarnWeather” ]],
      fixed: [“clock”, “MMM-page-indicator”, “MMM-Fuel”],
      }
      },

      posted in General Discussion
      T
      TheDuDiop
    • RE: MMM-Navigate I have a question about the module

      guten abend,

      ich habe es fast hinbekommen, das Problem sitzt vor dem PC.
      Jetzt habe ich das Problem, dass das Modul es nicht ansteuert und keine 4Pages hinbekomme.
      Kannst du dir evtl mein Programmiercode ansehen und dies verbessern. Vielen dank

      good evening,

      I almost managed it, the problem is in front of the PC.
      Now I have the problem that the module does not control it and does not get 4Pages.
      Can you possibly look at my programming code and improve this. Many Thanks

      here a my config.

      /* Magic Mirror Config Sample
      *

      • By Michael Teeuw http://michaelteeuw.nl
      • MIT Licensed.
      • For more information how you can configurate this file
      • See https://github.com/MichMich/MagicMirror#configuration

      */

      var config = {
      address: “localhost”, // Address to listen on, can be:
      // - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface
      // - another specific IPv4/6 to listen on a specific interface
      // - “”, “0.0.0.0”, “::” to listen on any interface
      // Default, when address config is left out, is “localhost”
      port: 8080,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses
      // or add a specific IPv4 of 192.168.1.5 :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],
      // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      // [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],

      language: "de",
      timeFormat: 24,
      units: "metric",
      
      modules: [
      	{
      		module: "alert",
      	},
      	{
          		module: 'MMM-pages',
          		config: {
                  	modules:
                     		 [[ "weatherforecast", "newsfeed"],
                      		 [ "calendar", "MMM-EventHorizon" ]],
      			  fixed: ["clock", "currentweather", "MMM-page-indicator"],
          	}
      	},
      	{
          		module: 'MMM-page-indicator',
          		position: 'bottom_bar',
          		config: {
              		pages: 2,
          	}
      		},
      	{
      		module: "updatenotification",
      		position: "top_bar"
      	},
      	{
      		module: "clock",
      		position: "top_left"
      	},
      	{
      		module: "MMM-Navigate",
      		header: "Navigation",
      		position: "top_left",
      		config: {
      		// Alias: [
      			// 'Wetter anzeigen',
      			// 'Webcam Vogelnest',
      			// 'Türstation',
      			// 'Fritzbox',
      			// 'News - weniger Details',
      			// 'Neustart MagicMirror (PM2)',
      			// 'Neustart',
      			// 'Herunterfahren'
      		// ],
      		// Action: [
      			// [{notification:'PAGE_INCREMENT',payload:''},{notification:'PAGE_DECREMENT',payload:''}],//action array, first press locks menu, after this rotation CW/CCW executes, second press release lock mode
      			// [{notification:'ARTICLE_MORE_DETAILS',payload:''},{notification:'ARTICLE_LESS_DETAILS',payload:''}],
      			// {notification: "SHOW_ALERT", payload: {type:"notification",message:"http://192.168.xx.xx:8080/remote.html"}},//single action, execute on press
      			// {notification:'ARTICLE_MORE_DETAILS',payload:''},
      			// {notification:'ARTICLE_LESS_DETAILS',payload:''},
      			// {notification: "REMOTE_ACTION", payload: {action: "RESTART"}},
      			// {notification: "REMOTE_ACTION", payload: {action: "REBOOT"}},
      			// {notification: "REMOTE_ACTION", payload: {action: "SHUTDOWN"}}
      		// ],
      		GPIOPins: [26,20,19]//rotary cw, rotary ccw, rotary press (BCM Numbering)
      		},
      	},
      	{
      		module: "calendar",
      		header: "Johannes&Jennifer Kalender",
      		position: "top_left",
      		config: {
      			maximumEntries: 3, // Total Maximum Entries
      			calendars: [
      				{
      					symbol: "calendar-check",
      					url: "webcal://www.kreis-alzey-worms.eu/verwaltung-wGlobal/wGlobal/scripts/php/anwendungen/abfallwirtschaft/termine_icalendar.php?Location=Saulheim&Type=Next"
      				}
      			]
      		}
      	},
      

      {
      module: ‘MMM-DWD-WarnWeather’,
      position: ‘top_left’,
      config: {
      region: ‘Saulheim’,
      changeColor: true,
      minutes: false,
      displayRegionName: true,
      interval: 10 * 60 * 1000, // every 10 minutes
      loadingText: ‘Warnungen werden geladen…’,
      noWarningText: ‘Keine Warnungen’,
      severityThreshold: 1
      }
      },
      {
      module: “currentweather”,
      position: “top_right”,
      header: “Aktuelles Wetter”,
      config: {
      location: “Saulheim”,
      locationID: “2874225”, //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
      appid: " xxxxxx "
      }
      },
      {
      module: “weatherforecast”,
      position: “top_right”,
      header: “Wetterprognose”,
      config: {
      maxNumberOfDays: 3,
      location: “Saulheim”,
      locationID: “2874225”, //ID from https://openweathermap.org/city
      appid: " xxxxxx "
      }
      },
      {
      module: “MMM-Fuel”,
      position: “top_right”,
      config: {
      provider: “tankerkoenig”,
      api_key: " xxxxxx ",
      lat: 49.86376,
      lng: 8.13526,
      types: [“e5”,“diesel”],
      sortBy: “diesel”,
      open: true,
      updateInterval: 900000,
      radius: 8,
      max: 3,
      }
      },
      {
      module: “MMM-NetworkScanner”,
      position: “top_right”,
      header: “Wer ist zu Hause online?”,
      config: {
      devices: [
      { macAddress: “xxxxxx”, name: “Jennifer”, icon: “female”},
      { macAddress: " xxxxxx ", name: “Johannes”, icon: “male”},
      { macAddress: " xxxxxx ", name: “Ma”, icon: “female”},
      { macAddress: " xxxxxx ", name: “Pa”, icon: “male”},
      { ipAddress: “192.168.2.101”, name: “Pi-Hole”, icon: “server”},
      { ipAddress: “192.168.2.180”, name: “K1”, icon: “globe”},
      { ipAddress: “192.168.2.181”, name: “K2”, icon: “globe”},
      ],
      showUnknown: true,
      showOffline: true,
      keepAlive: 10,
      updateInterval: 5
      }
      },
      {
      module: ‘MMM-pihole-stats’,
      position: ‘top_left’, // Or any valid MagicMirror position.
      header: “Pihole-Statstik”,
      config: {
      // See ‘Configuration options’ for more information.
      apiURL: ‘http://192.168.2.101/admin/api.php’,
      }
      },
      {
      disabled: false,
      module: ‘MMM-EventHorizon’,
      position: ‘top_center’,
      config: {
      timezone: “n37”, // See Timezone chart at bottom
      units: “1”, // 1=no units, 2=units initial only, 3=units abbr singular, 4= units abbr plural, 5= units full name
      size: “large”, // small, medium or large
      countUp: “yes”, // Count up after timer ends
      date: “2019-08-24”, // YYYY-MM-DD format ONLY
      time: “00:00:01”, // (HH:MM:SS) Exact time you want timer to end
      text1: “Hochzeit”, // 2 lines of text during timer
      text2: “Jennifer&Johannes”, // 2 lines of text during timer
      text1Color: “FF0000”, // Hex color codes
      text2Color: “62FF00”, // Hex color codes
      timerColor: “CCEEFF”, // Hex color codes
      endText1: “When timer ends”, // 2 lines of text when timer ends
      endText2: “Say something here”, // 2 lines of text when timer ends
      endText1Color: “FFFFFF”, // Hex color codes
      endText2Color: “62FF00”, // Hex color codes
      timerUpColor: “CCEEFF”, // Hex color codes
      colorpc: “000”, // color of the background 000 = black, t = transparent
      }
      },

      ]
      

      };

      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== “undefined”) {module.exports = config;}

      posted in General Discussion
      T
      TheDuDiop
    • RE: MMM-Navigate I have a question about the module

      guten morgen,

      danke für die schnelle antwort. Habe nur dein Modul MMM-Navigate installiert, und dachte mit dort kann ich einen Verlinkung zu den HTMLs dann machen aber leider hat dies nicht so funktioniert wie ich es mir vorgestellt habe. Wenn ich dich richtig verstanden habe, hast du MMM Pages und MMM Navigate zusammengemischt ? Damit es über den externen Controller geht.

      0_1557388146910_screenmmm.JPG

      posted in General Discussion
      T
      TheDuDiop
    • RE: MMM MyWeather/martinkooij only Day icons ....no night icons shown

      @Stoffbeuteluwe

      send us your config , then we could possibly help more

      cd ~/MagicMirror/modules

      git clone https://github.com/martinkooij/MMM-MyWeather.git

      cd ~/MagicMirror/modules/MMM-MyWeather
      npm install

      here is an installation, copy insert press enter and then try it

      modules: [
      {
      module: ‘MMM-MyWeather’,
      position: ‘top_right’,
      config: {

      posted in Troubleshooting
      T
      TheDuDiop
    • My MagicMirror

      here is my MagicMirror

      das Module Navigate und MMM-MyCommute geht noch nicht richtig, aber der Rest geht
      Module Navigate and MMM-MyCommute is not working right yet, but the rest is working

      here are my Modules:
      module: “MMM-Navigate”,
      module: ‘MMM-DWD-WarnWeather’,
      module: “MMM-Fuel”,
      module: “MMM-NetworkScanner”,
      module: ‘MMM-pihole-stats’,
      module: ‘MMM-EventHorizon’,
      module: ‘MMM-MyCommute’,

      0_1557345273326_screenmmm.JPG

      posted in Show your Mirror
      T
      TheDuDiop
    • MMM-Navigate I have a question about the module

      https://github.com/Ax-LED/MMM-Navigate here is a link

      Das Module ist implementiert, und funktioniert auch mit dem Zubehör dazu. So jetzt meine Frage:
      was muss ich umändern damit, ich auf die nächste Seite ein anderes Modul anzeigen lassen kann. Gerne auch nur 20sekunden und dann wieder zurück oder auswählbar und manuel zurück

      The module is implemented, and also works with the accessories. So now my question:
      what do i need to change so that i can display another module on the next page. Also like only 20 seconds and then back again or selectable and manual back

      sorry for my english and keep smile

      0_1557344454998_naviagte.JPG

      {
      module: “MMM-Navigate”,
      header: “Navigation”,
      position: “top_left”,
      config: {
      Alias: [
      ‘Seiten blättern’,
      ‘News (mehr/weniger Details)’,
      ‘Test notification’,
      ‘News - mehr Details’,
      ‘News - weniger Details’,
      ‘Neustart MagicMirror (PM2)’,
      ‘Neustart’,
      ‘Herunterfahren’
      ],
      Action: [
      [{notification:‘PAGE_INCREMENT’,payload:‘’},{notification:‘PAGE_DECREMENT’,payload:‘’}],//action array, first press locks menu, after this rotation CW/CCW executes, second press release lock mode
      [{notification:‘ARTICLE_MORE_DETAILS’,payload:‘’},{notification:‘ARTICLE_LESS_DETAILS’,payload:‘’}],
      {notification: “SHOW_ALERT”, payload: {type:“notification”,message:“Dies ist eine Testnachricht”}},//single action, execute on press
      {notification:‘ARTICLE_MORE_DETAILS’,payload:‘’},
      {notification:‘ARTICLE_LESS_DETAILS’,payload:‘’},
      {notification: “REMOTE_ACTION”, payload: {action: “RESTART”}},
      {notification: “REMOTE_ACTION”, payload: {action: “REBOOT”}},
      {notification: “REMOTE_ACTION”, payload: {action: “SHUTDOWN”}}
      ],
      GPIOPins: [26,20,19]//rotary cw, rotary ccw, rotary press (BCM Numbering)
      },
      },

      posted in General Discussion
      T
      TheDuDiop
    • 1 / 1