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

    Frek

    @Frek

    1
    Reputation
    309
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Frek Unfollow Follow

    Best posts made by Frek

    • RE: My hallway 27" MagicMirror! (Sweden)

      Tip. Mmm-pages and a skywriter module at the side of the frame. Then you can use gestures to change the apperence. Will post a thread with my build when i got it on the wall 🙂

      posted in Show your Mirror
      F
      Frek

    Latest posts made by Frek

    • RE: My hallway 27" MagicMirror! (Sweden)

      Tip. Mmm-pages and a skywriter module at the side of the frame. Then you can use gestures to change the apperence. Will post a thread with my build when i got it on the wall 🙂

      posted in Show your Mirror
      F
      Frek
    • RE: MMM-CalendarExt

      @sean ah suck… my test calendar didnt have a full day event… just a long normal event. Google calandar tricked me by showing me it as a fullday event in their app…No wonder why it didnt work… thx for the help =)

      posted in Productivity
      F
      Frek
    • RE: MMM-CalendarExt

      @sean
      tried adding i to my custom.css and no change. my .css looks like:

       /*****************************************************
       * 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. *
       *****************************************************/
      
       body {
        margin: 10px;
        height: calc(100% - 20px);
        width: calc(100% - 20px);	
       }
       div.CALEXT .tableStyle .fulldayevent .eventTime {
        display:none;
       }
       div.CALEXT .tableStyle .eventTime {
        display:block;
        font-weight:normal;
        font-size:70%;
       }
       .CALEXT .tableStyle td.slot {
        max-height:200px;
        height:200px;
       }
       .CALEXT .tableStyle {
        margin:0;
        max-width: 100%;
       }
      
      posted in Productivity
      F
      Frek
    • RE: MMM-CalendarExt

      @sean
      Thx for the reply.
      I already have this in my css to display time, that I want:

      div.CALEXT .tableStyle .eventTime {
      display:block;
      font-weight:normal;
      font-size:70%;
      }

      But I was wondering if on full day events its possible to only show title, not the time

      posted in Productivity
      F
      Frek
    • RE: MMM-CalendarExt

      Hi. In weeks view with event time displayed, is there a way to remove the starting time and ending time on full day events?

      0_1549320903648_da4dccb1-46e9-422e-9dff-2d527b4c6fa4-image.png

      posted in Productivity
      F
      Frek
    • RE: Flick Large gesture control

      I sorted it out. Didn’t have python-shell installed :)

      posted in Hardware
      F
      Frek
    • RE: Flick Large gesture control

      This is exactly what Im looking for. Im trying to get your module to run but Im first of all not a programmer (can do simple things in python an such)

      I altered your python script to work with my skywriter board, easy enough. But i wonder how i set up the config file? Just load the module? If I do that I get a error that says "cannot find module “python-shell”

      I was hoping the sensor would work behind the mirror to but it wont. I will put it on the inside of the frame insted…

      posted in Hardware
      F
      Frek