MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. P_Tmans
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Groups 0

    P_Tmans

    @P_Tmans

    1
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    P_Tmans Unfollow Follow

    Best posts made by P_Tmans

    • RE: MMM-DarkSkyForecast Loading...

      @chassain-0 oh ok, i’ll give that a go then, thanks for the help

      posted in Troubleshooting
      P
      P_Tmans

    Latest posts made by P_Tmans

    • RE: MMM-DarkSkyForecast Loading...

      the sudo reboot got it working, thanks ever so much for the help!

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @chassain-0 i’ve reinstalled it and it’s saying loading… again
      i only added in the lat and long and my api key

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @chassain-0 oh ok, i’ll give that a go then, thanks for the help

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @chassain-0 alright, thanks for checking, i guess i should reinstall the module and go from there?

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @chassain-0 defaults: {
      apikey: “”,
      latitude: “52.448896”,
      longitude: “-1.74335”,
      updateInterval: 10, // minutes
      requestDelay: 250,
      units: “uk2”,
      showCurrentConditions: true,
      showExtraCurrentConditions: true,
      showSummary: true,
      forecastHeaderText: “”,
      showForecastTableColumnHeaderIcons: true,
      showHourlyForecast: true,
      hourlyForecastInterval: 3,
      maxHourliesToShow: 3,
      showDailyForecast: true,
      maxDailiesToShow: 3,
      showPrecipitation: true,
      concise: true,
      showWind: true,
      language: config.language,
      iconset: “2c”,
      useAnimatedIcons: true,
      animateMainIconOnly: true,
      colored: true,
      forecastLayout: “tiled”,
      showInlineIcons: true,
      mainIconSize: 100,
      forecastTiledIconSize: 70,
      forecastTableIconSize: 30,
      updateFadeSpeed: 500,
      label_maximum: “max”,
      label_high: “H”,
      label_low: “L”,
      label_timeFormat: “h a”,
      label_days: [“Sun”, “Mon”, “Tue”, “Wed”, “Thur”, “Fri”, “Sat”],
      label_ordinals: [“N”, “NNE”, “NE”, “ENE”, “E”, “ESE”, “SE”, “SSE”, “S”, “SSW”, “SW”, “WSW”, “W”, “WNW”, “NW”, “NNW”],
      moduleTimestampIdPrefix: “DARK_SKY_TIMESTAMP_”
      },

      that’s the config i have for the MMM-DarkSky Forecast.js ^

      	{
      	 	 module: "MMM-DarkSkyForecast",
      	 	 header: "Weather",
      	 	 position: "top_right",
      	 	 classes: "default everyone",
      	 	 disabled: false,
      	 	 config: {
      	 	   apikey: "",
      	 	   latitude: "52.448896",
      	 	   longitude: "-1.74335",      
      	 	   iconset: "2c",
      	 	   concise: false,
      	 	   forecastLayout: "tiled"
      		}
      	},
      ]
      

      };

      thats the config i have for the config.js file ^

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @BKeyport yea i can still log in, it’s still active it just shows no usage, as the module isn’t working at the moment

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @chassain-0 i don’t know what i should be looking for in my config, that’s kind of my main issue

      posted in Troubleshooting
      P
      P_Tmans
    • RE: MMM-DarkSkyForecast Loading...

      @sdetweil yea i got the api key a long time ago, before they eneded new sign ups, it has not been working since then

      posted in Troubleshooting
      P
      P_Tmans
    • MMM-DarkSkyForecast Loading...

      MMM-DarkSkyForecast, https://github.com/jclarke0000/MMM-DarkSkyForecast just says Loading… i’ve given it an api and the lat and long, i’m not sure what i’ve done wrong for it to show nothing at all. Any sugestions would be welcome.

      posted in Troubleshooting mmm-darkskyforecast loading not working
      P
      P_Tmans