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

    Posts

    Recent Best Controversial
    • RE: MMM-WeatherChart

      @Stellanova said in MMM-WeatherChart:

      img.style[“-webkit-filter”] = “invert(100%) hue-rotate(190deg)”;

      Hi,
      is there a possibility to increase the size?
      Thanks a lot
      Regards

      posted in Utilities
      V
      Vauxdvihl
    • RE: CSS Colur description

      Thanks for the answer

      But the calendar ext 2 supports only 3 digits

      .CX2 .AbfallRest {
        background-color:#330;
        color:#FFF;
       }
      

      Any other Idea?
      Thanks

      posted in Custom CSS
      V
      Vauxdvihl
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      Is this also working with “german language / commands”?
      Thanks

      posted in System
      V
      Vauxdvihl
    • CSS Colur description

      Hi friends,

      i have a simple question.
      I am using @Sean calendarext2 module and i want to change some colors
      Currently i am using as a reference this page here:
      https://wiki.selfhtml.org/wiki/Grafik/Farbpaletten

      But i want to have a grey and a brown.
      I do not find these ones in the above standing link

      Can please somebody help me

      Thanks a lot

      posted in Custom CSS
      V
      Vauxdvihl
    • RE: MMM-SunRiseSet

      @Mykle1
      Thanks for your feedback
      ok
      we need to wait…it is a great module for the kids
      Thanks a lot

      posted in Education
      V
      Vauxdvihl
    • RE: MMM-SunRiseSet

      @Mykle1
      Me too
      I have the same issue
      No images are shown
      Can you please help
      Thanks a lot

      posted in Education
      V
      Vauxdvihl
    • RE: Strange line in the middle of the monitor

      It comes from “calendar ext”
      If i remove this module the line is not there anymore

      posted in Troubleshooting
      V
      Vauxdvihl
    • Strange line in the middle of the monitor

      Hi friends,
      has anybody an idea were this line comes from?
      thanks

      Regards

      /* 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: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		
      				/*{//MMM-MVG-LocalTransport
      				  module: 'MMM-MVG-LocalTransport',
      				  position: 'top_left',
      				  header: '
      				  config: {
      					id:'
      				  }
      				},*/
      				{//MM-WeatherBackground
      				   disabled: false,
      						module: "MMM-WeatherBackground",
      						config: {
      						opacity: "0.3" //This is the color behind the modules so you can see them better.   Higher the number the darker the color
      						//  default in module is set to 0.4
      								}
      				},
      				{//MMM-NOAAA3
      							module: 'MMM-NOAA3',
      							position: 'top_right',
      							config: {
      										provider: "openweather", 							// From list above
      										apiKey: ,        // From one of the providers listed above
      										airKey: "
      										css: "NOAA4",                   				// THIS MUST CONTAIN A CSS STYLE NAME 
      										userlat: "
      										userlon: 
      									}
      				},
      				/*{//MMM-WunderGround
      						module: 'MMM-WunderGround',
      						position: 'top_right',
      						config: {
      							apikey: 'xxxx, 
      							pws: 'pws:xxx
      							hourly: '3',
      							fctext: '1',
      							fcdaycount: "2",
      							fcdaystart: "0",
      							hourlyinterval: "3",
      							hourlycount: "2",
      							alerttime: 10000,
      							lang: "de",
      							alerttruncatestring: "english:",
      							coloricon: true,
      						roundTmpDecs: 1,
      						UseCardinals: 0,
      						layout: "horizontal",
      						iconset: "VCloudsWeatherIcons",
      						sysstat: 0
      						}
      					},*/
      				{//MMM-Timetable
      							  //disabled:true,
      							  module: "MMM-Timetable",
      							  position: "top_center",
      							  config: {
      								timeFormat: "HH:mm",
      								height: "520px",
      								width: "180px",
      								mode: "5days", // "today", "5days", "7days"
      								refreshInterval: 1000*60,
      								displayEndTime:false, //whether display endTime on timeline or not.
      								schedules: [ //array of schedules
      								  {
      
      				{//MMM-PublicTransportHafas
      				  module: "MMM-PublicTransportHafas",
      				  position: "top_left",
      				  
      				  config: {
      					stationID: "xxx",                   // Replace with your stationID!
      					stationName: "xxx",   // Replace with your station name!
      				  
      					direction: "xxx",            // Show only departures heading to this station. (A station ID.)
      					ignoredLines: [],                 // Which lines should be ignored? (comma-separated list of line names)
      					excludedTransportationTypes: [],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: StN for tram, BuN for bus, s for suburban
      					timeToStation: 5,                // How long do you need to walk to the next Station?
      					timeInFuture: 120,                 // Show departures for the next *timeInFuture* minutes.
      
      					showColoredLineSymbols: true,     // Want colored line symbols?
      					useColorForRealtimeInfo: true,    // Want colored real time information (timeToStation, early)?
      					showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
      					maxUnreachableDepartures: 0,      // How many unreachable departures should be shown?
      					maxReachableDepartures: 3,        // How many reachable departures should be shown?
      					customLineStyles: "leipzig",      // Prefix for the name of the custom css file. ex: Leipzig-lines.css (case sensitive)
      					showOnlyLineNumbers: false        // Display only the line number instead of the complete name, i. e. "11" instead of "STR 11"
      				  }
      				},
      				{//MMM-PublicTransportHafas
      				  module: "MMM-PublicTransportHafas",
      				  position: "top_left",
      				  
      				  config: {
      					stationID: "xxx",                   // Replace with your stationID!
      					stationName: "Possenhofen S-Bahn",   // Replace with your station name!
      				  
      					direction: "xxxx",                    // Show only departures heading to this station. (A station ID.)
      					ignoredLines: [],                 // Which lines should be ignored? (comma-separated list of line names)
      					excludedTransportationTypes: [],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: StN for tram, BuN for bus, s for suburban
      					timeToStation: 5,                // How long do you need to walk to the next Station?
      					timeInFuture: 90,                 // Show departures for the next *timeInFuture* minutes.
      
      					showColoredLineSymbols: true,     // Want colored line symbols?
      					useColorForRealtimeInfo: true,    // Want colored real time information (timeToStation, early)?
      					showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
      					maxUnreachableDepartures: 0,      // How many unreachable departures should be shown?
      					maxReachableDepartures: 3,        // How many reachable departures should be shown?
      					customLineStyles: "leipzig",      // Prefix for the name of the custom css file. ex: Leipzig-lines.css (case sensitive)
      					showOnlyLineNumbers: false        // Display only the line number instead of the complete name, i. e. "11" instead of "STR 11"
      				  }
      				},
      				{//MMM-Calendar
      				module: 'MMM-CalendarExt',
      				position: "lower_third", //anywhere. It is not related to real position of view
      				config: { // Read below
      				system: {
      				  show: [/*'current','upcoming',*/'weeks'],
      				  locale: 'de', //when omitted, default value would be your system default locale by moment.js
      				  showEmptyView: 0,
      				  fullDayEventLocalize: 1,
      				  redrawInterval: 30*60*1000, //minimum 60000
      				  useProfileConfig: 0,
      				  startProfile: ''
      				},
      				
      				 views: {
      						current: {
      						  position: "top_center",
      						  title: "Heute",
      						  limit: 2,
      						},
      						upcoming: {
      						  position: "top_center",
      						  title: "Demnächst",
      						  limit: 2,
      						},
      						weeks: {
      						  position: "bottom_bar",
      						  title: "Überblick",
      						  counts: 2,
      						}
      					  },
      		  calendars: [
      				  {
      					name: "Ferien Bayern",
      					url: "webcal://www.ecoline-media.de/ics/bayern_gf.ics",
      					styleName: "style1",
      					symbol: 'de@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				 {
      					name: "Müllabfuhr",
      					url: "http://localhost:8080/modules/abfallkalender.ics",
      					classPattern: [["/Gelber Sack/g", "style7"], ["/Restmülltonne/g", "style18"], ["/Biotonne/g", "style20"],["/Papiertonne/g", "style5"],["/Problemabfälle/g", "style1"]],
      					symbol: 'put_litter_in_its_place@em',
      					maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  {
      					name: xxx,
      					url: xxx
      					styleName: "style19",
      					symbol: 'guitar@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  {
      					name: xxx,
      					url: xxx
      					styleName: "style6",
      					symbol: 'man-woman-boy-boy@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  {
      					name: xxx,
      					url: xxx
      					styleName: "style11",
      					symbol: 'bike@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				   {
      					name: "Geburtstag",
      					url: xxxx
      					styleName: "style12",
      					symbol: 'birthday@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  	{
      					name: "xxxx",
      					url: xxxx,
      					styleName: "style12",
      					symbol: 'crown@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  	{
      					name: "xxx",
      					url: "xxxx,
      					styleName: "style11",
      					symbol: 'baby@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				],
      				 },
      					
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      

      0_1552132365407_2019-03-09 12_52_22-Fotos.jpg

      posted in Troubleshooting
      V
      Vauxdvihl
    • RE: Error after latest MM Update

      Thanks a lot
      Fixed the prob

      posted in Troubleshooting
      V
      Vauxdvihl
    • Error after latest MM Update

      Hi friends,
      i have updated the MM and now it does not work anymore
      Here are the logs:

      0|start  | > magicmirror@2.6.0 start /home/pi/MagicMirror
      0|start  | > sh run-start.sh
      0|start  | run-start.sh: 4: run-start.sh: electron: not found
      0|start  | npm
      0|start  |  ERR! file sh
      0|start  | npm ERR! code ELIFECYCLE
      0|start  | npm 
      0|start  | ERR! errno ENOENT
      0|start  | npm ERR! syscall spawn
      0|start  | npm
      0|start  |  ERR! magicmirror@2.6.0 start: `sh run-start.sh`
      0|start  | npm ERR! spawn ENOENT
      0|start  | npm
      0|start  |  ERR! 
      0|start  | npm ERR! Failed at the magicmirror@2.6.0 start script.
      0|start  | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      0|start  | npm ERR! A complete log of this run can be found in:
      0|start  | npm ERR!     /home/pi/.npm/_logs/2019-03-03T12_02_39_450Z-debug.log
      

      Can please somebody help
      Thanks a lot
      Regards

      posted in Troubleshooting
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      Thanks a lot
      In custom css file a have the following:

      div.CALEXT  .event .symbol {
          order:1;
          display:block;
          flex-basis: 30px; // Modify this 
          text-align:center;
          min-width: 50px; // Modify this
          font-size: 150%; // Add this
      							}			
      					
      							
      div.CALEXT .events .symbol.emoji {
          font-size: 150%; //Adjust this as your wish. you can use px or %
      								}
      								
      div.CALEXT .events .symbol.font-awesome {
          font-size: 250%; //Adjust this as your wish. you can use px or %
      										}
      div.CALEXT .tableStyle .eventTime {
          display:block;	
      									}		
      .CALEXT .eventTime {
        font-size: 80%;
        line-height:110%;
      					}
      
      .CALEXT .eventContent {
        font-size: 250%;
        line-height:110%;
      					}	
      

      The adjustment of time works fine.
      But not of the initial content.

      Sorry
      But can you please help again

      Thanks a lot

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      I want to play around with the following values
      0_1539330722276_eb6e542c-3052-403d-8076-f2574fa8f059-grafik.png

      Increase / Decrease “FINAL: SEA7 - OAK 6”
      Increase / Decrease “Time (04:05-07:05)”

      I am not a programmer :-)

      Thanks a lot

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude
      Thanks for this great module noaa3
      One question
      is there a possiblity to increase the size of the module?
      Thanks
      Regards

      posted in System
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      Sorry to ask again
      Is there any possibility to increase a little bit the size of the letters?
      I mean the ones showing in the calendar as a “task”?
      thanks

      posted in Productivity
      V
      Vauxdvihl
    • RE: DeutscheBahn - API - direct relations - information of german railway - DB

      @Tom
      Heute war mal wieder so richitg Chaos in München und leider werden die Hafas Daten nicht entsprechend aktualisiert.
      Nun wollte ich mal schauen wie es mit dieses Datenbasis ausschaut.
      Beim installieren bekomme ich die folgenden Fehlermeldung:

      pi@raspberrypi:~/MagicMirror/modules/mm_bahn $ npm install mm_bahn
      npm ERR! code E404
      npm ERR! 404 Not Found: mm_bahn@latest
      
      

      Hast Du ne Idee?
      Besten Dank
      Gruß

      posted in Transport
      V
      Vauxdvihl
    • RE: MMM-WeatherBackground

      @sean
      That was it
      Works
      Thanks a lot

      posted in Utilities
      V
      Vauxdvihl
    • RE: MMM-WeatherBackground

      @cowboysdude
      Does not work
      Mirror stays black

      Here is the error message

      /home/pi/.pm2/logs/start-error.log last 15 lines:
      0|start    |     at Module.load (module.js:561:32)
      0|start    | { Error: Cannot find module 'dayjs'
      0|start    |     at Module._resolveFilename (module.js:543:15)
      0|start    |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      0|start    |     at Function.Module._load (module.js:473:25)
      0|start    |     at Module.require (module.js:586:17)
      0|start    |     at require (internal/module.js:11:18)
      0|start    |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-WeatherBackground/node_helper.js:7:15)
      0|start    |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-WeatherBackground/node_helper.js:49:3)
      0|start    |     at Module._compile (module.js:642:30)
      0|start    |     at Object.Module._extensions..js (module.js:653:10)
      0|start    |     at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' }
      0|start    | libGL error: MESA-LOADER: failed to retrieve device information
      0|start    | MESA-LOADER: failed to retrieve device information
      0|start    | MESA-LOADER: failed to retrieve device information
      
      

      Any Idea?

      Thanks a lot

      posted in Utilities
      V
      Vauxdvihl
    • RE: MMM-WeatherBackground

      @sean
      r u sure.
      https://forum.magicmirror.builders/topic/4585/mmm-noaa-another-weather-module/520?page=52

      Greetz

      posted in Utilities
      V
      Vauxdvihl
    • RE: MMM-Timetable

      @sean
      Thanks a lot

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-Timetable

      @Sean
      Thanks it works

      But i see there comes something strange
      Setting these value to “HH:MM” the time datas from my conifg are not matching with the displayed datas.
      Can you reproduce this?
      Thanks
      Regards

      posted in Productivity
      V
      Vauxdvihl
    • 1 / 1