• 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.

Which Editor do you get for windows

Scheduled Pinned Locked Moved Unsolved Troubleshooting
17 Posts 4 Posters 3.3k Views 4 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.
  • K Offline
    kusselin
    last edited by kusselin Dec 18, 2019, 8:52 PM Dec 18, 2019, 8:47 PM

    Ah ok i Unterstand.

    Ok the this is Not ok right:

    {
    module: ‘MMM-Tankerkoenig’,
    header: ‘Super (E10)’,
    position: ‘top_right’,
    config: {
    updateInterval: 600,
    maxWidth: “300px”,// die angegeben 200px verursachen unschöne Zeilenumbrüche
    api_key: “xxxxxxx”,
    lat: 49.506240, // das sind die Koordinaten von Heidelberg/Mitte, siehe https://www.latlong.net
    lng: 8.656140,
    type: “e10”, // alternativ “e5” oder “diesel”
    radius: 1, // Suche in 1km Umkreis (in 5km Umkreis passt die Liste nicht mehr auf den Bildschirm)
    }
    },
    

    It Must be " or ’ … right?

    S 1 Reply Last reply Dec 18, 2019, 8:50 PM Reply Quote 0
    • S Offline
      sdetweil @kusselin
      last edited by sdetweil Dec 18, 2019, 8:53 PM Dec 18, 2019, 8:50 PM

      @kusselin correct, like this using using

      " or '
      

      (note that these do not lean in any direction and do not have little tails)

      ’ this one leans to the right

      {
      	module: 'MMM-Tankerkoenig',
      	header: 'Super (E10)',
      	position: 'top_right',
      		config: {
      		updateInterval: 600,
      		maxWidth: "300px",// die angegeben 200px verursachen unschöne Zeilenumbrüche
      		api_key: "xxxxxxxx",
      		lat: 49.506240, // das sind die Koordinaten von Heidelberg/Mitte, siehe https://www.latlong.net
      		lng: 8.656140,
      		type: "e10", // alternativ "e5" oder "diesel"
      		radius: 1, // Suche in 1km Umkreis (in 5km Umkreis passt die Liste nicht mehr auf den Bildschirm)
      		}
      },
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • K Offline
        kusselin
        last edited by kusselin Dec 18, 2019, 8:53 PM Dec 18, 2019, 8:53 PM

        Ok thanks… Can you please Cancel the api key thanks

        1 Reply Last reply Reply Quote 1
        • K Offline
          kusselin
          last edited by kusselin Dec 19, 2019, 7:29 AM Dec 18, 2019, 8:56 PM

          Ok and when i copy it than is the String Not straight on… Rather Little tails

          1 Reply Last reply Reply Quote 0
          • K Offline
            kusselin
            last edited by kusselin Dec 18, 2019, 8:59 PM Dec 18, 2019, 8:58 PM

            Thanks all 👍

            difficult birth 🙈

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 2 / 2
            2 / 2
            • First post
              17/17
              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