DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: pitgoogleforecast

Created:2009-11-06T15:16:44
Changed:2009-11-06T15:18:08
Classification:pitgoogleforecast
Description:This extension is used to display google forecast weather details. In the backend, the user have to configure the location code and language code to display it in frontend.
Keywords:weather, climate, forecast, google, api, pitsolutions
Author:Ajesh M S
Email:ajesh@pitsolutions.com
Info 4:
Language:en

img-1 img-2 -pitgoogleforecast

EXT: pitgoogleforecast

Extension Key: pitgooglemap

Language: en

Keywords: google, weather, forecast, climate, pitsolution

Copyright 2000-2008, Ajesh M S, <ajesh@pitsolutions.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: pitgoogleforecast 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 5 <#1.2.Users%20manual|outline>`_

`Configuration 6 <#1.4.Configuration|outline>`_

`Known problems 7 <#1.6.Known%20problems|outline>`_

`To-Do list 8 <#1.7.To-Do%20list|outline>`_

`ChangeLog 9 <#1.8.ChangeLog|outline>`_

Introduction

What does it do?

This extension is used to display google forecast weather details. In the backend, the user have to configure the location code and language code to display it in frontend.

Screenshots

Showing current weather condition.

img-3

Showing weather forecast.

img-4

img-5

Users manual

Just install it from the online respository. Go to a page, change it's type to „Insert Plugin“ and insert the Plugin „Forecast Viewer“. Select items to display. Two options are there „LIST“ and „CURRENT“. Then enter the location and language code. Thats all no further configuration needed.

Configuration

Reference

- Possible subsections: Reference (TypoScript)

templateFile

Property

templateFile

Data type

string

Description

Sets the path to the template file

Default

template.list = EXT:pitgoogleforecast/res/list.tmpl

templateFile

Property

templateFile

Data type

string

Description

Sets the path to the template file

Default

template.current = EXT:pitgoogleforecast/res/current.tmpl

faren

Property

faren

Data type

Integer

Description

If 1 is set the temperature will display in farenheit. By default it display in celsius

Default

faren = 0

[tsref:(cObject).TEST]

((generated))

((generated))
Example
plugin.tx_pitgoogleforecast_pi1.template.list = EXT:pitgoogleforecast/res/list.tmpl
plugin.tx_pitgoogleforecast_pi1.template.current = EXT:pitgoogleforecast/res/current.tmpl
plugin.tx_pitgoogleforecast_pi1.faren = 0

Known problems

none

To-Do list

nothing

ChangeLog

Initial release

9