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-CalendarExt

      @Sean
      Here u r

      Thanks

      {
      				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: "http://localhost:8080/modules/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: "Sascha",
      					url: "https://calendar.google.com/calendar______",
      					styleName: "style19",
      					symbol: 'guitar@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  {
      					name: "Familie Warneke",
      					url: "https://calendar.google.com/calendar______",
      					styleName: "style6",
      					symbol: 'man-woman-boy-boy@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  {
      					name: "Benjamin",
      					url: "https://calendar.google.com/calendar_____",
      					styleName: "style11",
      					symbol: 'bike@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				   {
      					name: "Geburtstag",
      					url: "https://calendar.google.com/calendar_____",
      					styleName: "style12",
      					symbol: 'birthday@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  	{
      					name: "Steffi",
      					url: "https://calendar.google.com/calendar______",
      					styleName: "style12",
      					symbol: 'crown@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				  	{
      					name: "Elyas",
      					url: "https://calendar.google.com/calendar____",
      					styleName: "style11",
      					symbol: 'baby@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      				],
      				 },
      
      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      It is strange
      I have copied the file to the system

      Log:

      [CALEXT] http://localhost:8080/modules/bayern_gf.ics  >> 
      0|mm       | { state: 'renewed',
      0|mm       |   lastFetchedTime: '18-09-08 09:07:31',
      0|mm       |   lastFetchedEvents: 17,
      0|mm       |   lastFetchedOldEvents: 0,
      0|mm       |   lastServedEvents: 17,
      0|mm       |   error: null }
      
      

      Config:

      calendars: [
      				  {
      					name: "Ferien Bayern",
      					url: "http://localhost:8080/modules/bayern_gf.ics",
      					styleName: "style1",
      					symbol: 'de@em',
      				    maxEntries: 50,
      					maxDays:365,
      					interval: 24*60*60*1000,
      				  },
      

      But the module will not show the datas in the calendar.
      Other google calendars are shown

      Any idea?

      Thank

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      I have done an update from your module.
      But know the view of my “bank holidays” does not work anymore (the google calender dates are still working fine)
      Can it be that there is some problem accordingly.
      I am using via “webcal” these datas from the following adress:
      www.ecoline-media.de/ics/bayern_gf.ics

      Thanks for you help and your great work
      Cheers

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn

      @raywo
      Thanks for this great module
      Today here in munich we had absolutly chaos with regards to the “sbahn” here.
      I was wondering that the modules displays me…everything is ok.

      So i have been checking the stations from Start Starnberg to End Munich.
      But in the morning (and also till now) the end will be never reached by “sbahn” because of big problems.
      Isnt there a possibilty to check if there are some problems by the choosen start-to-end connection?

      Thanks a lot

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

      @Vauxdvihl
      Hat geklappt
      Musste in der BahnhofsID “nur” die führenden Nullen mit anhängen
      Danke

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

      @__Tom__
      Mist funzt bei mir noch nicht so richtig
      mm_bahn.js

      //defaults: {
      		
      		initialLoadDelay: 1000,
                      BAHN_API_KEY: "Bearer b06f7ddcbdae2835cc5f43495xxxxxxx", //"Bearer +ApiKey"
                      Abfahrtbahnhof: 8004874,                                 // API evaid mein Bahnhof      
                      Zielbahnhof: "München Hbf (tief)",                            // Searchstring
      		updateInterval:  2*60*1000 // every 2 minutes
                      
      	},
      

      Schreib leider nur “Rufe Daten ab…”

      Habe mich auf der HP von der DB die TimeTables und die Fahrplände abonniert.
      Muss nochmal schauen woran es liegen könnten

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

      @__Tom__
      Vielen Dank
      Werde mal versuchen (wenn Du Dein Module fertig hast) es bei mir einzubinden
      Vielen Dank

      posted in Transport
      V
      Vauxdvihl
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @shbatm
      THANKS A LOT
      Thumbs up to you
      It works

      posted in Utilities
      V
      Vauxdvihl
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Hi,
      thanks for this great module.
      One question.
      I am using a bird cam with another rpi
      This “live stream” directly coming from the birds housing is available under the IP
      “http://xxx.xxx.xxx.xxx”
      Unfortunately i am was not able so far, to “show” this live stream on my magic mirror.
      The link that i used in the config file for this module was:
      “rstp://http://…”
      “http://…”
      “rstp://…”

      The Bird Cam uses “RPI CAM Control V6.2.31”

      Can anybody help?
      Thanks a lot

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

      Hi Tom,
      danke für das Modul was mich wirklich sehr interssiert.
      Bevor ich den Aufwand investiere, könntest Du mal bitte schauen ob die Bahnhöfe

      • Start “Possenhofen” ==> Ziel “München”
        oder
      • Start “Starnberg” ==> Ziel “München”
        verfügbar sind.

      Vielen Dank
      Gruß

      posted in Transport
      V
      Vauxdvihl
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 10 / 13