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

    Posts

    Recent Best Controversial
    • Default Weather Module (Weathergov) stuck on loading

      I’ve tried looking at other forum posts and I can’t seem to get mine working.
      The city shows, but both my current and forecast are stuck at “Loading …”
      I even tried to add a 2m refresh interval, but that didn’t change anything.
      I also tried “forecast” instead of “daily”

      Here’s my code

      {
      			module: "weather",
      			position: "top_left",
      			config: {
      				weatherProvider: "weathergov",
      				type: "daily",
       				apiBase: 'https://api.weather.gov/points/',
      				lat: "3xxxxx",
      				lon: "-7xxxxx",
      				showPrecipitationProbability: "true"
      			}
      		},
      		{
      			module: "weather",
      			position: "top_right",
      			config: {
      				weatherProvider: "weathergov",
      				type: "current",
       				apiBase: 'https://api.weather.gov/points/',
      				lat: "3xxxxx",
      				lon: "-7xxxxx"
      			}
      

      50b605eb-a438-4457-854b-0fb8c2e174ec-image.png

      posted in Troubleshooting
      A
      angeliKITTYx
    • Display 2-3 Google Keep Notes

      Re: Google Keep module
      I use Google Assistant + Keep A LOT in my household for lists and shopping. Switching over to Tasks doesn’t seem to work for us. I would love a module to display specific G Keep notes on the MM.

      posted in Requests
      A
      angeliKITTYx
    • RE: Weekly calendar view

      @sdetweil I found that right after I posted this haha. I love it!

      posted in Requests
      A
      angeliKITTYx
    • Weekly calendar view

      I’m looking for a module that will display similar to Google Calendar weekly view. We are trying to emulate the Skylight Calendar.
      I tried playing with MMM-CalendarWeek, but I can’t get that to work. The screenshot also doesn’t really look like what I am looking for. It’s displayed as a list instead of time blocks for each day.

      posted in Requests
      A
      angeliKITTYx
    • 1 / 1