A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Current Weather - Location not shown.
-
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?