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.

    Current Weather - Location not shown.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 377 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.
    • R Offline
      Richard238
      last edited by

      My currentweather module isn’t showing its location.

      Module.register("currentweather",{
      
      	// Default module config.
      	defaults: {
      		location: false,
      		locationID: 1234567,
      		appid: "", 
      		units: config.units,
      
      		{
      			module: 'currentweather',
      			position: 'top_right',
      			config: {
      				location: 'AnyTown,GB',
      				locationID: '1234567',  //ID from http://www.openweathermap.org
      				appid: '############'
      			}
      		},
      

      How do I get the location back on the current weather, please?

      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