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 8
    • Posts 29
    • Groups 0

    _V_

    @_V_

    3
    Reputation
    1
    Profile views
    29
    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_

    • 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_
    • RE: Cal EXT3 - Symbols and colors

      @sdetweil Tried, no change.

      Does it matter, where in the ext3 config it is placed, like at the end for example?

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

      @sdetweil OK no error, color is shown but no symbol.
      Did I miss some basic setting in the modules config?

      posted in Troubleshooting
      _
      _V_