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

    matelot20

    @matelot20

    0
    Reputation
    28
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    matelot20 Unfollow Follow

    Latest posts made by matelot20

    • RE: Mycommute is not working for me

      @gwiz you are right on. It was the apiKey that causes the problem. Thanks so much for pointing it out. Would have never guessed it. Have a good day.

      posted in Troubleshooting
      M
      matelot20
    • Mycommute is not working for me

      I got the API from Google. Tested with google link below and was able to see the results in json format.
      (https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood&key=enter_my_api_key)

      When I tried running in MM, I get “Must use an API key to authenticate each request”. Any pointers?

      My config is as follow

          module: "MMM-MyCommute",
          position: "top_center",
          header: "Traffic",
          config: {
             apikey:  [my api key],
             origin: "Disneyland",
             destinations: [
                  { destination: "Universal+Studios+Hollywood",
                    label: "Fun",
                    mode: "driving" }
                  ]
          }
      
      posted in Troubleshooting
      M
      matelot20
    • RE: [WANTED] new ownership of modules.

      @sean First of all my condolences to your family. I just want to thank you for helping me setup google photos module. It’s been working great. Good luck and hopefully we will see you back here.

      posted in Development
      M
      matelot20
    • RE: remote module - Stuck on Edit View

      @sdetwell Thank you. It’s working now.

      posted in Troubleshooting
      M
      matelot20
    • remote module - Stuck on Edit View

      I am able to log into MM with remote module but when I click on “Edit view”, no module is showing. All I see is “Loading…” even after running for 10 mins, it’s nothing.
      Anyone else has the same problem? Any fix?

      Thanks

      posted in Troubleshooting
      M
      matelot20
    • RE: MMM-Multimonth

      @BKeyport I would like to know as well if the header color can be changed.

      posted in Utilities
      M
      matelot20
    • Spacing question

      I’ve trying to understand spacing with CSS and have been using background-color to see where each layout fits on the screen. I notice that the bottom bar and lower sections always have spaces between the 2 areas. No matter what I use margin, padding or border=0px to close the gap, it doesn’t do anything. Is it normal that there must be spacing between each section? What code should I use to close the gap between bottom_bar and bottom_left/right. Thanks.

      posted in Custom CSS
      M
      matelot20
    • RE: Weather Forecast layout in row format

      @Mykle1 Sure. You could use the same API key from openweathermap.

      posted in General Discussion
      M
      matelot20
    • RE: Weather Forecast layout in row format

      @Mykle1 I think having horizontal or vertical would be useful options. Appreciate your response.

      posted in General Discussion
      M
      matelot20
    • RE: Question about layout position

      @lavolp3 Thank you so much for the pointer. I wouldn’t even know that the fullscreen margin is -60px. I used the margin-top to 180px as suggested and it works. The result is exactly what I want. I include the picture to see the update. Notice how my 7 day forecast is at bottom right. How do I move to be below the picture area? I try with middle_center but it shows over the picture.
      picture screen.jpg

      Thanks again.

      posted in Custom CSS
      M
      matelot20