Skip to content
vlaine edited this page Nov 15, 2017 · 11 revisions

You will find below suggested configurations for different screen size.
Don't be afraid to try all the options and be creative.

Table of Content

Options

Options

Themes

Blue

Blue

Black

Black

White

White

Large Screen

Large Screen var forecastNbOfDays = 8;
var hourlyNbOfHours = 23;
var showScrollingAlerts = true;
var showCurrentWeather = true;
var showCurrentIcon = true;
var showCurrentSummary = true;
var showCurrentWindBearing = true;
var showCurrentDateTime = true;
var showForecastIcon = true;
var showForecastSummary = true;
var showForecastWind = true;
var showForecastWindBearing = true;
var showHourlyIcon = true;
var showHourlyWind = true;
var showHourlyWindBearing = true;


1024x600

1024x600 var forecastNbOfDays = 7;
var hourlyNbOfHours = 24;
var showScrollingAlerts = true;
var showCurrentWeather = true;
var showCurrentIcon = true;
var showCurrentSummary = true;
var showCurrentDateTime = true;
var showForecastIcon = true;
var showForecastSummary = true;
var showHourlyIcon = true;


800x480

800x480 - Option A

800x480 - Option A var forecastNbOfDays = 5;
var hourlyNbOfHours = 18;
var showScrollingAlerts = false;
var showCurrentWeather = true;
var showCurrentIcon = true;
var showCurrentSummary = true;
var showCurrentDateTime = true;
var showForecastIcon = true;
var showForecastSummary = false;
var showHourlyIcon = false;

800x480 - Option B

800x480 - Option B var forecastNbOfDays = 7;
var hourlyNbOfHours = 0;
var showScrollingAlerts = true;
var showCurrentWeather = true;
var showCurrentIcon = true;
var showCurrentSummary = true;
var showCurrentDateTime = true;
var showForecastIcon = true;
var showForecastSummary = false;
var showHourlyIcon = false;


480x320

480x320 - Option A

480x320 - Option A var forecastNbOfDays = 0;
var hourlyNbOfHours = 11;
var showAlerts = true;
var showCurrentForecast = true;
var showCurrentIcon = true;
var showCurrentSummary = false;
var showCurrentDateTime = false;
var showForecastIcon = false;
var showForecastSummary = false;
var showHourlyIcon = false;

480x320 - Option B

480x320 - Option B

var forecastNbOfDays = 0;
var hourlyNbOfHours = 11;
var showForecastAlerts = false;
var showCurrentForecast = true;
var showCurrentIcon = true;
var showCurrentSummary = false;
var showCurrentDateTime = false;
var showForecastIcon = false;
var showForecastSummary = false;
var showHourlyIcon = true;

480x320 - Option C

480x320 - Option C var forecastNbOfDays = 3;
var hourlyNbOfHours = 0;
var showScrollingAlerts = false;
var showCurrentWeather = false;
var showCurrentIcon = false;
var showCurrentSummary = false;
var showCurrentDateTime = false;
var showForecastIcon = true;
var showForecastSummary = true;
var showHourlyIcon = false;

480x320 - Option D

480x320 - Option D var forecastNbOfDays = 5;
var hourlyNbOfHours = 0;
var showScrollingAlerts = true;
var showCurrentWeather = false;
var showCurrentIcon = false;
var showCurrentSummary = false;
var showCurrentDateTime = false;
var showForecastIcon = true;
var showForecastSummary = false;
var showHourlyIcon = false;


Imperial

Imperial var units = "us";
var degreeSymbol = "F";
var rainPrecUnit = "in";
var snowPrecUnit = "in";
var windUnit = "mph";

var forecastNbOfDays = 6;
var hourlyNbOfHours = 20;
var showScrollingAlerts = true;
var showCurrentWeather = true;
var showCurrentIcon = true;
var showCurrentSummary = true;
var showCurrentDateTime = true;
var showForecastIcon = true;
var showForecastSummary = true;
var showHourlyIcon = true


French / Français

French var lang = "fr";
var units = "ca"; // or si
var degreeSymbol = "C";
var rainPrecUnit = "mm";
var snowPrecUnit = "cm";
var windUnit = "km/h"
var todayLabel = "Aujourd'hui";
var windLabel = "vent";
var apparentTempLabel = "ressentie";
var week = ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'];
var month = ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'];