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

    Posts

    Recent Best Controversial
    • RE: Font-awesome

      @sdetweil I copied and pasted the icon logo from font-awesome cheat sheet.

      The module is https://github.com/marcomerens/anniversarymodule

      posted in Troubleshooting
      B
      bicolorbore586
    • RE: Font-awesome

      @sdetweil
      Hi Sam, thanks for taking the time to reply, having looked at the developer window I have the below… doesn’t appear to show any issues.
      195e114a-6ade-484b-b035-7daee37e9227-image.png

      posted in Troubleshooting
      B
      bicolorbore586
    • Font-awesome

      Hi all,

      Looking at modifying the MMM-BIRTHDAYS to display a birthday cake icon.

      I’ve added symbol: ‘birthday-cake’, to the config.js file along with
      getStyles: function () {
      return [“font-awesome.css”];
      },

      but this doesn’t appear to work. I’ve tried comparing to calendar.js etc but to no avail.

      Any help / guidance (in simpletons language), would be greatly appreciated.

      posted in Troubleshooting
      B
      bicolorbore586
    • RE: Magic Mirror Default Weather Module

      @sdetweil all sorted now, I took the config out and put it back in fresh as I couldn’t work out where the typo/formatting error was. All tickety-boo now. Thanks for your help!

      posted in Troubleshooting
      B
      bicolorbore586
    • RE: Magic Mirror Default Weather Module

      @sdetweil Hi Sam, I’m probably not following this correctly, but I appear to be in a worse position than before in the fact that none of my modules now load.

      posted in Troubleshooting
      B
      bicolorbore586
    • Magic Mirror Default Weather Module

      I’m just getting started with my magicmirror project, and having varying success.
      I’ve tried a couple of 3rd Party weather modules, but have settled on the default on as I like the simplicity of it.

      I’ve managed to configure it to show the current weather, but want to be able to view a forecast. However following the config instructions etc, changing it to a forecast just results in it appearing as loading on the screen.

      I’m using weatherbit.io as the provider and config.js is set as follows

      module: "weather",
      position: "top_right",
      config: {
                apibase: "https://api.weatherbit.io/v2.0",
                weatherEndpoint: "/current",
                apiKey: "MY API KEY"
               lat: MY LATITUDE
               lon: MY LONGITUDE
      

      weather.js

      defaults: {
                weatherProvider: "weatherbit"
                type: "current",
      

      this results in the correct display on magicmirror, however changing the endpoint to “/forecast”, “/daily” or “/forecast/daily” and the type to “forecast”, “daily” or “forecast/daily” just results in the loading icon.

      Can anyone shed some light please?

      Thanks

      posted in Troubleshooting
      B
      bicolorbore586
    • 1 / 1