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

    alphanet

    @alphanet

    0
    Reputation
    8
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    alphanet Unfollow Follow

    Latest posts made by alphanet

    • RE: MMM-GrafanaChart doesn't display my Grafana Dashboard

      Thank you very much for your help barnosh and wishmaster.

      I have tried MMM-iFrameReload and MMM-EmbedURL, but still cannot display my Grafana dashboard in the MM.

      The modules work very well but not with my Grafana dashboard link ?

      I have to try again and find the reason of this issue.

      Gratefully yours.

      alphanet

      posted in Troubleshooting
      A
      alphanet
    • MMM-GrafanaChart doesn't display my Grafana Dashboard

      Hello

      I would like to embed a Grafana Dashboard in my Magic Mirror with the module : MMM-GrafanaChart.

      So I have installed the MMM-GrafanaChart module.
      I have changed the settings in the grafana.ini as specified :

      [auth.anonymous]

      enable anonymous access

      enabled = true

      specify role for unauthenticated users

      org_role = Viewer

      [security]
      allow_embedding = true

      My config.js file for this module is simply:

      modules: [
      {
      module: ‘MMM-GrafanaChart’,
      position: ‘top_right’, // This can be any of the regions.
      config: {
      url: “https://localhost:5000/…”, // see below on how to get the URL from Grafana
      width: “100%”, // Optional. Default: 100%
      height: “100%”, // Optional. Default: 100%
      scrolling: “no”, // Optional. Default: no
      refreshInterval: 900 //Optional. Default: 900 = 1/4 hour
      }
      },
      ]

      I have put the Link URL that I found in the Share menu of the Dashboard in url:

      Unfortunately on the Magic Mirror I only get a “Welcome to Grafana” window asking for login,and can’t go further, when entering login/password ?

      How could I have access and display my dashboard directly without this login from Grafana ?

      Thank you very much in advance for your help.

      posted in Troubleshooting
      A
      alphanet
    • RE: mouse pointer in MM

      @sdetweil

      Thank you very much for this css solution to my question concerning the cursor.

      This is exactly what I was looking for in order to manage it as I wish.

      Greetings !

      posted in General Discussion
      A
      alphanet
    • mouse pointer in MM

      Hello,

      After installing my MagicMirror, I cannot see the mouse pointer any more inside the mirror.

      I would like to make it visible when needed to point elements … and to make it invisible again after that, if possible.

      Which command should I use to do this ?

      I thank you very much in advance for your help.

      alphanet

      posted in General Discussion
      A
      alphanet
    • RE: how to inspect elements in MM

      @sdetweil

      I am grateful for your enlightening message and the added link,

      That’s going to be very helpful and intereresting.

      And I am going to move to MMM-CalendarExt3.

      Many thanks.

      posted in Custom CSS
      A
      alphanet
    • how to inspect elements in MM

      Hello ,

      I would like to modify css properties of elements in the MMM-CalndarEXT2.

      I was wondering if it is possible to inspect elements on the Magic Mirror just like web pages with the development tools I can find in Google Chrome in order to identify elements and add or modify style.

      Thank you very much in advance for your help.

      posted in Custom CSS
      A
      alphanet
    • RE: MMM-network-signal coloring the icon

      @alphanet

      Thank you very much for your reply and recommandation sdetweil.

      Your link seems very interesting and should help me to learn plenty of things about the Magic Mirror and to solve the color of MMM_network-signal.

      posted in Troubleshooting
      A
      alphanet
    • RE: MMM-network-signal coloring the icon

      @Bursucel
      Thank you very much for your reply.
      Here’s the 58 line of the MMM-network-signal .js file :
      connStatus.style = “text-align:center;font-size:0.65”;
      Should I add a key:value like : color:#00FF00 ->
      connStatus.style = “text-align:center;font-size:0.65;color:#00FF00”;
      Thank you in advance for your confirmation.

      posted in Troubleshooting
      A
      alphanet
    • MMM-network-signal coloring the icon

      Hello,
      I have just installed the MMM-network-signal module.
      It’s working fine.
      But I would like to have the connection icon in green color instread of grey.
      Do I have to change the icons .png used by the module in the MMM-network-signal/icons subdirectory ?
      Or is there another way to change their color ?
      Thank you very much for your help.

      posted in Troubleshooting
      A
      alphanet
    • RE: Different times in MM and google calendar - MMM-CalendarExt2

      @sdetweil

      Thank you sdetweil for your message.

      I have tried several timezones for the system upper right on the pi desktop.

      It has no effect on the times displayed on my calendar on Magic Mirror, still GMT+0 instead of GMT+2 on my Google Calendar.

      I have also tried different timezones in Google Calendar.
      It has no effect either on my calendar on Magic Mirror.
      It seems that Google Calendar uses UTC time in .ics files.

      Now the timezone is set correctly on my system.
      The problem should be in my configuration of the module MMM-CalendarExt2.

      I have just put the line forceLocalTZ to false, and at last, both calendars on Google Calendar and on MMM_CalendarExt2 are synchronized !

      It’s a bit strange as I thought forceLocalTZ:true should force the time to my local timezone and the contrary happens ?!

      But the problem is solved.

      Thanks a lot for your help.

      Cordial greetings.

      posted in Troubleshooting
      A
      alphanet