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

    _V_

    @_V_

    3
    Reputation
    2
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location South-west Germany

    _V_ Unfollow Follow

    Best posts made by _V_

    • RE: SSH remote desktop access only shows black screen

      Hey again guys,

      So I activated vnc via command and installed a vnc app - works great. Thanks for your help

      posted in Troubleshooting
      _
      _V_

    Latest posts made by _V_

    • RE: Employee vacations / sickness calendar digitized

      Good morning gentlemen and thanks for your replies.

      It really has no need to be somewhat complex, all I need is the analogue version as a digital table.
      When there is no existing module but I still want to use MM ( because of other modules and the adaptable screen positioning , how about simply diplaying the sheet/table/excel file, do you think this will work? I mean I could use chromium and emb the excel file no?

      Id prefer your idea Roger, but this is way out of my skills range unfortunately

      Edit: I guess Ill juts build a stupid table in sheets and try the GoogleSheetsModule

      posted in Showcase
      _
      _V_
    • Employee vacations / sickness calendar digitized

      Hello again guys,

      In the rather small company I work, we do have this somewhat old school ( but maybe still a lot used in companies? ) calendar to mark peoples vacations, days of sickness, or some other reasons not to be at work with colored paper snippets ^^

      So we plan to replace this board with a screen and obviously with a digitized version of it, where everyone related has access to the backend and can enter stuff.
      First Ive been thinking of an online sheet like Googles or Excel online, but I had the thought, that there might be a way with a MM module?
      Wed also like to use a different part of the screen to display some daily tasks for example, that would be also nice to set up with MM.

      Does anybody know of such a calendar like our current analogue version?
      Thanks a lot and regards from Germany

      s20260428_140821.jpg

      posted in Showcase
      _
      _V_
    • AutoDimmer not dimming completely

      Hey again folks

      So I set the dimming to 1.0 ( even tried a higher number ) but thr screen is still pretty bright in the hallway. The dimming function works in general but like said, its not completely black like mentioned in the doc.

      I also reduced brightness of my screen just to double check, but that wasnt it.
      Any ideas or is it just not possible to darken the screen to the “off” level?

      posted in Troubleshooting
      _
      _V_
    • RE: SSH remote desktop access only shows black screen

      Hey again guys,

      So I activated vnc via command and installed a vnc app - works great. Thanks for your help

      posted in Troubleshooting
      _
      _V_
    • RE: SSH remote desktop access only shows black screen

      Oh I see - I thought its like with windows and maybe Teamviewer or some stuff.
      @sdetweil Ye, I want to use remote desktop

      posted in Troubleshooting
      _
      _V_
    • SSH remote desktop access only shows black screen

      Hey guys

      So @sdetweil helped me a lot to set my project up. He also helped me get access via Bitvise SSH client running.
      However, even if the “remote desktop” function does apply something, the only thing I see is a black screen with the IP on top.
      Ive read some topics about it, but nothing really led me to a solution - can you help me out here?

      posted in Troubleshooting
      _
      _V_
    • RE: Cal EXT3 - understanding transforming

      @sdetweil Sam good evening

      I wonder how to set up multiple ev transformations in one config.

      I got working

      { 
      eventTransformer: (ev) => {
      if (ev.title.search("Geburtstag") > -1) {ev.color= "#ff00ff"; };
      return ev; },
      

      But putting another one to it is puzzling me. I tried different methods, but cant get it done.
      When I simply put a second complete command after the first, like this:

      { 
      eventTransformer: (ev) => {
      if (ev.title.search("Arzt") > -1) {ev.color= "#ff0000"; };
      return ev; },
      

      it will just negate the first applied effect from birthday and uses this effect instead on the named events.
      Can you help me out please?

      posted in Troubleshooting
      _
      _V_
    • RE: Cal EXT3 - Symbols and colors

      Sam, nevermind the problem; I found a sentence in a different question on git, in which it is mentioned shortly; also its kind of written in a config, believe it was the ext3 config.

      Still a bit annoying that you have to make an entry for the color and on another spot/file you have to set the custom event up.
      Thanks for your continuous help mate.

      posted in Troubleshooting
      _
      _V_
    • RE: Cal EXT3 - Symbols and colors

      Ok so I tried updating and “repairing” the module, turning the default cal class off but leads only to no icon shown.
      I actually dont care if its Iconify or FA, but neither of them work ffs

      posted in Troubleshooting
      _
      _V_
    • RE: Cal EXT3 - Symbols and colors

      Mornin Sam
      So I put it in the ext3 block but that didnt change anything.
      I set “useIconify: false” to check if the fontawesome would work, but nothing too.

      Also I wonder why I nowhere read about the ev.symbol error in any of the topics :/

      posted in Troubleshooting
      _
      _V_