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

    ilikestuff

    @ilikestuff

    0
    Reputation
    13
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ilikestuff Unfollow Follow

    Latest posts made by ilikestuff

    • RE: DarkSkyForecast / PirateSkyForecast help

      @swvalenti oh! To my computer…
      Thanks!

      posted in Troubleshooting
      I
      ilikestuff
    • RE: DarkSkyForecast / PirateSkyForecast help

      @swvalenti I will check it out thanks, though I really liked the animated icons with the darksky module

      posted in Troubleshooting
      I
      ilikestuff
    • DarkSkyForecast / PirateSkyForecast help

      So I wake up this morning to my weather module not working. I have used MMM-DarkSkyForecast So after some searching I find out that darksky is no more. I installed MMM-PirateSkyForecast, signed up at pirate weather for an API and updated my config, but I just get a “Loading…” message. Can someone please walk me through this like I’m a noob please?

      {
              module: "MMM-DarkSkyForecast",  also tried “MMM-PirateSkyForecast”
      	header: "",
      	position: "top_left",
      	classes: "default everyone",
      	disabled: false,
      	config: {
      			apikey: "my api key",
      			latitude: "49.9413",
      			longitude: "-97.0571",      
      			iconset: "1c",
      			//useAnimatedIcons: false,
      			animateMainIconOnly: false,
      			concise: false,
      			forecastLayout: "table"
      		}
      },
      
      posted in Troubleshooting
      I
      ilikestuff
    • help with MMM-GoogleBirthdayProvider

      When I add the module to my config, the mm goes black, not the usual ‘create config’ error, just a black screen that I can’t exit. I have to edit the config, and restart mm.
      Adding the calendar url is ok, only adding the module causes error. There were no errors during the install, including generate token

       {
       					  url: 'http://localhost:8080/mmm-googlebirthdaysprovider',
       					  symbol: 'birthday-cake',
       					  color: '#f00'
                  				},
      
      {
                         module: "MMM-GoogleBirthdaysProvider",
                         config: {}
                      },
      
      posted in Troubleshooting
      I
      ilikestuff