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.

    Module Placement in Config

    Scheduled Pinned Locked Moved Hardware
    1 Posts 1 Posters 960 Views 1 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.
    • ? Offline
      A Former User
      last edited by

      Hi, likely another silly q.

      “modules: [
      {
      module: ‘planetrise’,
      position: ‘top_right’, // This can be any of the regions.
      header: ‘PLanet Rise’,
      config: { // Place the latitude and longitude of your mirror
      latitude: 45.5,
      longitude: -122.38,
      // A dictiory of the bodies and unicode character for the symbol
      // This is the default and does not need to be listed.
      // A full list of bodies can be seen on line 1359 in astronomy.js
      // Note: Trying to find the rise time of Earth will crash the Module
      bodies: {‘Sun’: ‘☉’,
      ‘Moon’: ‘☽’,
      ‘Mercury’: ‘☿’,
      ‘Venus’: ‘♀’,
      ‘Mars’: ‘♂’,
      ‘Jupiter’: ‘♃’,
      ‘Saturn’: ‘♄’,
      }
      }
      }
      ]”

      Like numerous others when i place and relaunch i get a blank screen, so obs i am doing something wrong, what is the form required if anyone knows please do sharre…

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