• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Fuel

Scheduled Pinned Locked Moved Transport
fuel pricegas stationpetrol stationvoice-controltankerkoenigspritpreisrechnernsw
178 Posts 48 Posters 442.7k Views 48 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    DeSlow
    last edited by Dec 21, 2016, 11:47 AM

    and 1 question to this:
    Dependencies

    An installation of MagicMirror2
    OPTIONAL: Voice Control
    npm
    request -------what is this and what got i go white is

    im so bad in englisch, got dam

    S 1 Reply Last reply Dec 21, 2016, 11:54 AM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @DeSlow
      last edited by strawberry 3.141 Dec 21, 2016, 12:20 PM Dec 21, 2016, 11:54 AM

      @DeSlow The config works for me when I replace the quotes. check your pm for support in german

      EDIT: the problem was a missing comma in the config file

      Please create a github issue if you need help, so I can keep track

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dom1n1c
        last edited by Dec 24, 2016, 3:54 PM

        The Addon works great
        But: is a filter based on opened station in a defined radius possible?
        I want to hide the distance and detailed address, to reduce the size of the mmm-fuel box.
        Only Shell (Zip/City), Aral (Zip/City) should be displayed.

        my requirements in detail:
        no rotate (check)
        2 types of gas (check)
        maximum of 3 displayed station (check)
        not possible yet:
        display only open stations
        reduce length of the station name, remove address, or at least shorten.

        Thanks (and merry christmas btw)

        D 1 Reply Last reply Dec 24, 2016, 4:11 PM Reply Quote 0
        • D Offline
          Dom1n1c @Dom1n1c
          last edited by Dec 24, 2016, 4:11 PM

          Furthermore i want to hide the car icon, because it does not fit into the mm style (just my opinion)

          S 1 Reply Last reply Dec 24, 2016, 4:28 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @Dom1n1c
            last edited by Dec 24, 2016, 4:28 PM

            Changelog:

            4 new config options

            • shortenText: shorten name and address after certain characters
            • showAddress: show address of gas station or not
            • showOpenOnly: show only gas stations that are open or all
            • iconHeader: display icon in header

            [card:fewieden/MMM-Fuel]

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 2
            • D Offline
              Dom1n1c
              last edited by Dec 25, 2016, 4:12 PM

              I did a replacement on the Station names, because “Shell” is typically naming there stations after the Street name.
              I fixed the City name to have only the first Letter in uppercase.
              How can i remove the " null" part, which is occuring at JET stations,
              or how can i tidy up the street names? (every seperate word starting with an uppercase)

              of course i can start with a list of the complete string that should be replaced, but there might be another option.
              Thanks :)

              0_1482682151136_tankstellen.PNG

              S 1 Reply Last reply Dec 25, 2016, 4:41 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @Dom1n1c
                last edited by Dec 25, 2016, 4:41 PM

                @Dom1n1c

                • null @jets is propably that they inserted the house number in the street name and the house number value returns null
                • for the street names i would split at the space character and then for each array item charAt(0).toUpperCase() and the rest of the string lowercase and finally join them together

                Please create a github issue if you need help, so I can keep track

                1 Reply Last reply Reply Quote 1
                • D Offline
                  Dom1n1c
                  last edited by Dec 25, 2016, 9:38 PM

                  I added checks for house numbers==null and splitted the street names.
                  Also the Brand names starting with (star,ESSO,Aral were replaced automatically)
                  (Shell and no-name stations are a special case, so i need to handle them individually)

                  But, there is still another special case:
                  Streetnames with " " or “-” should be splitted, but no housenumbers (from JET :D ).
                  How can i avoid splitting numbers:
                  This is the section that does the splitting
                  words = str.toLowerCase().split(/-| /);
                  can be found here in total:
                  https://github.com/Dom1n1c/MMM-Fuel/blob/master/MMM-Fuel.js

                  S 1 Reply Last reply Dec 25, 2016, 9:54 PM Reply Quote 0
                  • S Offline
                    strawberry 3.141 Project Sponsor Module Developer @Dom1n1c
                    last edited by Dec 25, 2016, 9:54 PM

                    @Dom1n1c I commented on your changes

                    Please create a github issue if you need help, so I can keep track

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      reaper81
                      last edited by Jan 20, 2017, 2:45 PM

                      Is it possible to choose other typs of fuel like non-leaded supergrade plus petrol or premium?

                      S 1 Reply Last reply Jan 20, 2017, 3:50 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 17
                      • 18
                      • 4 / 18
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy