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

    Posts

    Recent Best Controversial
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @bminer1 Made the fontsize smaller in css.Please try it.

      You can try to tweak this is it still behaves oddly.

      .MMM-WunderGround .smaller {
          font-size: 60%;
      }
      
      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @bminer1 Pull the new version ;)

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen There’s a new version. I left my test in which just used metric. Imperial users wouldn’t be happy. I’ve also added trim to the wordwrap function so here aren’t any trailing spaces

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Doesn’t seem to happen on my setup…

      Is your issue that the % sign is on a seperate line?

      0_1487331607607_upload-38ed4333-3e1c-4b88-ac81-22ecf1a8ca03

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @Mykle1 Hi,

      Thank you for your kind words. I’ve now pushed a version that will dynamically scale the fontsize/line length of the forecast text. Give it a go! :D

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @c502

      Hi!

      Pull the new version and add

      windunits: "mph",

      to your config…

      posted in Utilities
      RedNaxR
      RedNax
    • RE: MMM-TrafficCal - Dynamically display commutes based on calendar entries

      @Bobby Whoops, thats a Dutch abbreveation of ‘instead of’… Should really make that a config item… :S

      posted in Utilities
      RedNaxR
      RedNax
    • RE: MMM-TrafficCal - Dynamically display commutes based on calendar entries

      @Bobby

      Hi Bobby,

      Your config should be something like this:

      	{
      		module: "MMM-TrafficCal",
      		position: "top_left",
      		classes: "dimmed medium",
      		config: {
      			api_key: "API KEY to the calendar holding your trip planning, could optionally be a seperate one",
      			origin: "Damrak 1, Amsterdam", // Your default trip origin. Must be an unambiguous google resolvable adress
      			tripkey: "MYTRIPS", // A keyword to identify a TrafficCal calendar entry
      			chinangeColor: true,
      			limitYellow: 25,
      			limitRed: 50,
      			traffic_model: "pessimistic",
      			interval: 120000
      		}
      	},
      
          
          An example of an entry:
      

      0_1486889620335_upload-cccf478f-b636-4ff2-962e-f4491bda83f8

      You’ll have to run a calendar module with the MYTRIPS calendar entries in it. You can optionally hide it using the remote control module.

      	{
      		module: "calendar",
      		header: "Trips",
      		position: "top_left",
      		fetchInterval: 60000,
      		config: {
      			maximumNumberOfDays: 1,
      			calendars: [
      				{
      					symbol: "calendar-check-o ",
      					url: "https://calendar.google.com/calendar/ical/YOUR URL TO THE TRIPS CALENDAR",
      					maximumNumberOfDays: 1
      				}
      			],
      			titleReplace: {
      				"De verjaardag van ": "",
      				"'s birthday": ""
      			}
      		}
      	},
      

      Good luck!

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Just pushed a new version which fixes all this. Give it a try!

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen Better now?

      posted in Utilities
      RedNaxR
      RedNax
    • 1
    • 2
    • 3
    • 4
    • 5
    • 14
    • 15
    • 3 / 15