MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. alphanet
    3. Posts
    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

    Posts

    Recent Best Controversial
    • 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
    • RE: Different times in MM and google calendar - MMM-CalendarExt2

      @MMRIZE

      Thank you very much MMRIZE for your help.

      The URL of the calendar comes directly from Google Calendar.

      I have added the line forceLocalTZ:true on calendar section, but this doesn’t solve the problem.

      Perhaps my local timezone is not well defined ?

      Cordial greetings.

      alphanet

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

      @sdetweil

      Thank you very much sdetweil for your help.

      In the terminal , the timezone is set to UTC.

      In the graphical environment, it is GMT + 02.00.

      I downloaded the .ics file and saw the line :
      X-WR-TIMEZONE: “Europe/Paris” , this is ok.
      But a particular event for example :

      • on Google Calendar, the registered time displayed is
        16:00 - 17:00 (GMT + 02:00)
      • but the corresponding lines in the .ics are :
        DTSTART:20220722T140000Z
        DTEND:20220722T150000Z
        It seems the difference already appears there ?
        or this lines are in GMT time ?

      I thought I had to modify the timezone in the terminal.
      I did it with the command timedatectl set-timezone “Europe/Paris”.
      I obtained the good timezone in the terminal with CEST time instead of universal time.

      But I still have bad times (GMT instead of GMT+2) in the events displayed on Magic Mirror.

      I must be missing something perhaps in Google Calendar settings since the difference appears in the .ics file ?

      Cordial greetings.

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

      Using MMM-CalendarExt2 module, I can see the events from my google calendar on my Magic Mirror, but times are different.
      On my google calendar, it’s GMT+2 hours.
      On Magic Mirror, it’s GMT.
      What can be the reason for this difference ?
      How could I solve this problem ?

      Thank you for your help.

      alphanet

      posted in Troubleshooting
      A
      alphanet
    • RE: Can't get google calendar on MM with MMM-CalendarExt2

      @BKeyport

      Thank you so much BKeyport for your help and for sharing your ineresting working example.
      Using it, I have just got the connection with my google calendar in Magic Mirror at last !.
      I have still plenty of things to understand and options to adjust as I would like to see the month template like my google agenda.
      But I am very grateful for your decisive help at this crucial step and for offering me a good basis to go further !

      Cordial greetings.

      alphanet

      posted in Troubleshooting
      A
      alphanet
    • RE: Can't get google calendar on MM with MMM-CalendarExt2

      @alphanet

      Thank you sdetweil for your reply.

      I’ve just tried to put the url in my browser on my pi, it downloads a file where I can see the events of my google calendar.

      So the url must be ok to use in my config.js file, that’s an interesting test and good to know.

      Thanks for your help.

      alphanet

      posted in Troubleshooting
      A
      alphanet
    • Can't get google calendar on MM with MMM-CalendarExt2

      Hello,

      I would like to display my Google Calendar on my Magic Mirror using MMM-CalendarExt2.
      From the “Simple Example” of the documentation, I have tried this in the config.js :
      {
      module: ‘MMM-CalendarExt2’,
      config: {
      calendars : [
      { name: “Google_Calendar”,
      url: “https://calendar.google.com/calendar/ical/********%40gmail.com/public/basic.ics”,
      },
      ],
      views: [
      {
      name: “View_1”,
      mode: “month”,
      position: “full_screen_below”,
      calendars: [“Google_Calendar”],
      },
      ],
      scenes: [
      {
      name: “DEFAULT”,
      views: [“View_1”],
      },
      ],
      },
      },
      I also tried with my private url for google calendar:
      url: “https://calendar.google.com/calendar/ical/greevanspic%40gmail.com/private-**********************/basic.ics”
      But I have obtained nothing on my magic mirror.
      I would be grateful if you could tell me what is wrong with my code or recommend me the simplest module and configuration to use because I am new to magic mirror.
      Thank you very much in advance.
      alphanet

      posted in Troubleshooting
      A
      alphanet
    • RE: MMM-EasyBack / always get the same youtube video at start of MM

      @MMRIZE

      I’ve just got my background picture in MagicMirror.

      Thank you very much MMRIZE for your reply and explanation !

      Good to know that youTubeID has this priority and the way to drop out its default value.

      Cordial greetings.

      posted in Troubleshooting
      A
      alphanet
    • MMM-EasyBack / always get the same youtube video at start of MM

      Hello,

      I am new to MagicMirror and its modules, finding all the possibilities offered so interesting.

      But I have some trouble with MMM-EasyBack.

      I would just like to have a background picture at start.
      So for instance I put MyImage.jpg file in the images folder and tried this in the config.js, among many other trials:

      {
      module: ‘MMM-EasyBack’,
      position: ‘fullscreen_below’,
      config: {
      bgName: “MyImage.jpg”,
      height: “1080px”,
      width: “1920px”
      }
      },

      But I can’t see the background image at start.

      Instead and whatever I put there : jpg image, video, Youtube ID, I always get a video from Youtube whose ID is :
      “So3vH9FY2H4” when MagicMirror starts ?

      The one appearing in this line of the “Config.js entry and options” instructions:

      youTubeID: “”, //“SkeNMoDlHUU”, // “So3vH9FY2H4”, // ID from any YouTube video.

      It seems that my config lines are not taken into account ?

      Could you tell me the reason, mistake causing this problem and how I could solve it ?

      Thank you very much in advance for your help.

      alphanet

      posted in Troubleshooting
      A
      alphanet
    • 1 / 1