Linking between pages in multi page Next.js React web applications
The Next.js React sample project only contains a single “Index” page. If your web site has multiple pages, you need to set up simple routing to call them from each other. In this example we will use the “Link” Next.js React…
How to name individual street segments in Cities: Skylines
The Cities: Skylines AI automatically estimates the length of the street, and the name applies to the entire length. In real life after a turn, a corner, or an intersection the street’s name can change. To adjust the street segment where the name…
How to tow a trailer if a loading crane is installed in SnowRunner
If a loading crane is installed on the truck, it usually you cannot attach a trailer. You can tow the trailer with the winch, but you have to load the trailer yourself, as the automatic loading only works with attached trailers. At the pickup location At…
SnowRunner configuration
If you experience pauses in the video try to change the following video settings:
SnowRunner – Michigan, USA (spoiler)
Black River Location Has Needs Warehouse Bricks (1 unit)Concrete blocks (1 unit)Service spare parts (1 unit)Metal beams (2 unit) Task What From To Notes Contract What From To Notes Pipe Dream Heavy Fuel Tanker Semi-Trailer Bricks x2 (1 unit) Metal Beams…
Cannot build underground in Cities: Skylines editor
In Cities: Skylines the Page Up and Down buttons set the elevation of the road and rail line. In the editor the Page Down does not take you below ground with negative numbers. To build underground in the Cities: Skylines editor subscribe to the Network…
Water required error message in Cities: Skylines
When we try to create an outside ship connection and the waterway is not deep enough, we get the Water required error message. To be able to create the outside ship connection, temporarily raise the sea level. It will flood your map, but after creating…
Tunnels and canals are buried in the Cities: Skylines editor
Cities: Skylines only fully renders the unlocked tiles. Locked (not yet purchased) tiles and all tiles in the editor are not fully rendered to save processor power. When you create a tunnel entrance or a canal, it is buried under earth. Subscribe to the…
Cronometer cannot connect to Strava
Cronometer is an app to record food you eat and get a report on the consumed calories and nutrients. It can automatically retrieve exercise information from Strava to calculate the burned calories. For some reason recently we cannot connect to Strava…
Create a Next.js React web site
Next.js is a framework based on React to build a “full stack” dynamic web application with routing and data handling capability. React provides the page components on top of HTML and JavaScript, Next.js routes between pages, and displays and…