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
    • 1 / 1