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

    Horyzon

    @Horyzon

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Horyzon Unfollow Follow

    Latest posts made by Horyzon

    • Module stops updating randomly

      Hi,

      I have had my mirror for a few months now and everything is running smoothly on all modules except one (it’s a module to view trains coming into the station of my city, so I know when the next outbound train is. It is France specific, even Paris specific, but it’s derived from a similar module for Honk Kong transports I believe. Module is called MMM-IdF-Transport).
      This module works fine most of the time, but sometimes, it freezes and stops updating the departures (I sometimes come back late at night when there’s no train left for the night, and the module will still say some trains are leaving in a few minutes).
      When it freezes, it looks like it just freezes a state it is in at a given moment, a displays it until I pull the plug of the mirror (restarting MM doesn’t fix this issue).

      Does anyone know where to start the investigations ? Or has anyone had a similar issue on another module that they manage to fix ?
      Any help is appreciated :)

      posted in Troubleshooting
      H
      Horyzon
    • MagicMirror compliments for specific days at specific times

      Hi everyone,

      I want to change the code of my MMM-compliments .js so that some compliments are displayed only on specific days (friday, saturday, sunday) at specific times (around beer o’clock so 6pm to 8pm).
      Issue is that the documentation of the module isn’t mentioning how to go about it, even though I’m 100% sure it’s possible.

      So if someone knows how to do it, or has done it and doesn’t mind sharing the code, it would be very much appreciated !

      Thanks a lot and have a good one !

      posted in Troubleshooting
      H
      Horyzon
    • RE: MMM-IdF-Transport - Never Miss Your Train/Metro/Bus/Tram in Île-de-France(Paris)!

      Hello,

      I was happily using the module for a while now, but unfortunatly since the last update, the module doesn’t load and stays stuck on “loading…”.
      I didn’t touch anything within the module itself, and all other modules have resume working just fine after the update, so I’m a bit lost. The logs aren’t helping me, but I’m very noobish with coding so that doesn’t help either.
      Can anybody advise ? I’ll share logs if need be.

      Thanks !

      posted in Transport
      H
      Horyzon
    • Modify the font of the compliment module

      Hi all !

      I browsed every post regarding this topic and tried to follow the instructions, but nothing seems to work for me so far.
      I want to use a specific font for the compliments module on my MM.
      I tried to set up my custom.css as follows (to no avail):

      body {	
      }
      
      :root {
        --color-text: #999;
        --color-text-dimmed: #666;
        --color-text-bright: #fff;
        --color-background: black;
      
        --font-primary: "Roboto Condensed";
        --font-secondary: "Roboto";
        
        --font-size: 30px;
        --font-size-small: 0.75rem;
      
        --gap-body-top: 60px;
        --gap-body-right: 60px;
        --gap-body-bottom: 60px;
        --gap-body-left: 60px;
        
        --gap-modules: 30px;
      }
      
      @font-face {
        font-family: "DS";
        font-style: normal;
        font-weight: normal;
        src: locale("Dancing Script Regular"), url('fonts/DancingScript-Bold.woff') format('woff');;
      }
      
      .compliments {
              font-family: "DS";
      	font-weight: 600;
      }
      
      

      Any pointers as to how I could make it work ?
      Thanks a lot !

      posted in Custom CSS
      H
      Horyzon
    • RE: MMM-IdF-Transport - Never Miss Your Train/Metro/Bus/Tram in Île-de-France(Paris)!

      Hi everyone,

      Thanks a lot for you guys’ work on this project, it will be quite helpful when I get it working on my machine.
      I currently have two issues:

      • I live in a city with two trainlines passing through the train station. I would be interested in seeing timetables for both lines, but I cannot get it working. One trainline or the other is fine, but not both.
      • For some reason, the module displays past trains. I used @splaliv845 code to convert the time to minutes to departure, and now I have negative values because the trains displayed are already gone. Any idea as to why, and how to correct it ?

      Thanks again guys !

      posted in Transport
      H
      Horyzon