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

    Mogli 0

    @Mogli 0

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Mogli 0 Unfollow Follow

    Latest posts made by Mogli 0

    • RE: MMM-Fuel: Faded Display Box

      Sorry for beeing late w| my reply - was on business trip for a week.
      Thanks a lot for this very helpful hint - works fine, even if I may face some issues when the module is being updated. We’ll see.
      But btw: does anyone know how the “stationIds” thing is working? My attempt to set a specific list of gas stations failed whatever I set up. It always reduces the shown gas stations to a default area of x km but gives a sh*t what I put into the stationIds field.

      {
          				module: "MMM-Fuel",
          				position: "bottom_center",
          					config: {
              				api_key: "xxx-xxx-xxx-xxx-xxx",
              				lat: XX.261100,
              				lng: XX.086829,
      					max: 4,
      					showAddress: false,
      					showOpenOnly: true,
              				types: ["diesel"],
      					updateInterval: 900000,
      					rotate: false,
      					open: true,
      					stationIds: ["5cef9466-ccff-46fc-ab7c-1a94a807f961", "89c023c3-b028-468c8107-7987d3b62c02" ],
                                                       },
      },
      

      I have no idea what to change to refer to the stationIds list.
      Thanks again for helping -
      Greets

      posted in Transport
      M
      Mogli 0
    • MMM-Fuel: Faded Display Box

      Hi there,
      I’m new to the MM world and searched for a known thread here for my question but didn’t found sth.
      I placed the MMM-fuel info box on bottom_center. The module itself works fine but the bottom side of the box is faded out downwards so that only 3 of 4 gas stations are readable. Is that a MMM-fuel issue or is it sth that is to manage in the MM config.js?
      In other words: who do I have to bother with this?
      Thx in advance

      posted in Transport
      M
      Mogli 0