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

    VanDerPol

    @VanDerPol

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

    VanDerPol Unfollow Follow

    Latest posts made by VanDerPol

    • RE: MMM-Fuel

      hello
      I have the same problem like rakostamas.
      As headline there stands Spritpreise und below there stands loading.
      I am from Austria and I use provider Spritpreisrechner.
      Unfortunately I can’t find the mistake. Could you please help me?
      Sorry My english is not the yellow from the egg :)
      My Config:

      :::

      {
                           module: "MMM-Fuel",
                           position: "top_right",
                           config: {
                                   lat: 48.527710,
                                   lng: 16.361530,
                                   radius: 15,
                                   max: 5,
                                   map_api_key: false,
                                   zoom: 12,
                                   width: 600,
                                   height: 600,
                                   colored: true,
                                   open: false,
                                   shortenText: false,
                                   showAddress: true,
                                   showOpenOnly: false,
                                   iconHeader: true,
                                   rotate: true,
                                   types: ['diesel'],
                                   sortBy: 'diesel',
                                   rotateInterval: 60 * 1000, // every minute
                                   updateInterval: 15 * 60 * 1000, // every 15 minutes
                                   provider: 'spritpreisrechner',
                                   toFixed: false
                           }
      

      :::

      posted in Transport
      V
      VanDerPol